mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
fcfeadaffa
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.
6 lines
113 B
HTML
6 lines
113 B
HTML
<style>
|
|
body {
|
|
background: white url("background-repeat.png") repeat-y;
|
|
}
|
|
</style>
|
|
<body></body>
|