<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> |