ladybird/Tests/LibWeb/Screenshot/data/background-no-repeat.html
Sam Atkins b7efb61fbe Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
Now each test type has the same directories:
- input
- expected
- data

Also, tests can be in subdirectories within ./input.
2024-11-05 14:02:07 +00:00

10 lines
227 B
HTML

<!DOCTYPE html>
<style>
body {
background: white url("smiley.png") no-repeat;
}
</style>
<body>
<!-- HACK: Force the document to wait for the image to load -->
<img src="smiley.png" style="opacity: 0"/>
</body>