mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:58:12 +00:00
LibWeb: Add ref test for background-repeat
This is adapted from one of our existing test pages.
This commit is contained in:
parent
d10f4a8590
commit
69afb43922
7 changed files with 93 additions and 0 deletions
15
Tests/LibWeb/Ref/reference/css-background-repeat-ref.html
Normal file
15
Tests/LibWeb/Ref/reference/css-background-repeat-ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<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">
|
Loading…
Add table
Add a link
Reference in a new issue