serenity/Base/res/html/misc/background-repeat-y.html
Timothy Flynn fcfeadaffa 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.
2021-04-03 11:24:33 +02:00

7 lines
113 B
HTML

<style>
body {
background: white url("background-repeat.png") repeat-y;
}
</style>
<body></body>