mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
Base: Add test page for the 'background-repeat' property
This page tests the following values for background-repeat: repeat, repeat-x, repeat-y, no-repeat The test is duplicated for the <body> node and for child <div> nodes, because the code that paints these nodes are in separate locations.
This commit is contained in:
parent
2601441486
commit
fcfeadaffa
Notes:
sideshowbarker
2024-07-18 20:53:13 +09:00
Author: https://github.com/trflynn89
Commit: fcfeadaffa
Pull-request: https://github.com/SerenityOS/serenity/pull/6083
7 changed files with 79 additions and 0 deletions
6
Base/res/html/misc/background-repeat-x.html
Normal file
6
Base/res/html/misc/background-repeat-x.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<style>
|
||||
body {
|
||||
background: white url("background-repeat.png") repeat-x;
|
||||
}
|
||||
</style>
|
||||
<body></body>
|
Loading…
Add table
Add a link
Reference in a new issue