blob: 4ffa6a44b5d3a034c519f16c4e9be8bd27311aad [file] [log] [blame]
<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>