haikuwebkit/LayoutTests/fast/images/large-image-webkit-canvas-e...

11 lines
178 B
HTML

<style>
.green-background {
width: 400px;
height: 400px;
background-color: green;
}
</style>
<body>
<div class="green-background"></div>
</body>