mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
4c4daf4a62
The css-backgrounds.html ref test file only tests the most basic usage of this, which failed to catch some regressions, so let's add a more extensive test. :^)
15 lines
346 B
HTML
15 lines
346 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<!-- To rebase:
|
|
1. Open css-background-position.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-position-ref.png">
|