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