haikuwebkit/LayoutTests/fast/backgrounds/generated-bck-image-with-sm...

9 lines
230 B
HTML

<style>
div {
background-color: green;
}
</style>
This tests that generated background images with relatively small size show up.
<div style="height: 10px; width: 100px;"></div>
<div style="height: 100px; width: 10px;"></div>