Newer
Older
minerva / Tests / LibWeb / Screenshot / assets / background-repeat.html
@minerva minerva on 13 Jul 224 bytes Initial commit
<!DOCTYPE html>
<style>
    body {
        background: white url("smiley.png") repeat;
    }
</style>
<body>
<!-- HACK: Force the document to wait for the image to load -->
<img src="smiley.png" style="opacity: 0"/>
</body>