1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 16:14:58 +00:00
serenity/Tests/LibWeb/Ref/reference/css-background-repeat-ref.html
Sam Atkins 69afb43922 LibWeb: Add ref test for background-repeat
This is adapted from one of our existing test pages.
2023-11-18 15:08:21 +00:00

15 lines
341 B
HTML

<style>
* {
margin: 0;
}
body {
background-color: cyan;
}
</style>
<!-- To rebase:
1. Open css-background-repeat.html in Ladybird
2. Resize the window just above the width of the largest element
3. Right click > "Take Full Screenshot"
4. Update the image below:
-->
<img src="./images/css-background-repeat-ref.png">