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

9 lines
300 B
HTML

<style>
div {
background: linear-gradient(green, green);
}
</style>
This tests that generated background images with relatively small size show up.
<div style="height: 10px; width: 100px; background-size: 100% 1%;"></div>
<div style="height: 100px; width: 10px; background-size: 1% 100%;"></div>