mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
Base: Update background-repeat test with two-value section
This commit is contained in:
parent
3ba338dec3
commit
0794d879f3
Notes:
sideshowbarker
2024-07-18 20:45:13 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/0794d879f3a Pull-request: https://github.com/SerenityOS/serenity/pull/6148
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>Element Background</h1>
|
||||
<h1>One-Value Element Background</h1>
|
||||
<div style="overflow: hidden">
|
||||
<div class=float>
|
||||
<h2>repeat</h2>
|
||||
@ -51,4 +51,22 @@
|
||||
<div class=background style="background-repeat: repeat-y"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>Two-Value Element Background</h1>
|
||||
<div style="overflow: hidden">
|
||||
<div class=float>
|
||||
<h2>repeat repeat</h2>
|
||||
<div class=background style="background-repeat: repeat repeat"></div>
|
||||
|
||||
<h2>repeat no-repeat</h2>
|
||||
<div class=background style="background-repeat: repeat no-repeat"></div>
|
||||
</div>
|
||||
<div class=float>
|
||||
<h2>no-repeat no-repeat</h2>
|
||||
<div class=background style="background-repeat: no-repeat no-repeat"></div>
|
||||
|
||||
<h2>no-repeat repeat</h2>
|
||||
<div class=background style="background-repeat: no-repeat repeat"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user