ladybird/Tests/LibWeb/Screenshot/data/background-repeat.html

11 lines
224 B
HTML
Raw Normal View History

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