mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +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
10
Tests/LibWeb/Ref/assets/background-repeat-y.html
Normal file
10
Tests/LibWeb/Ref/assets/background-repeat-y.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body {
|
||||
background: white url("smiley.png") repeat-y;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<!-- HACK: Force the document to wait for the image to load -->
|
||||
<img src="smiley.png" style="opacity: 0"/>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue