mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb/CSS: Serialize background-repeat correctly
This gets us 4 WPT subtest passes.
This commit is contained in:
parent
2fc164c0b6
commit
5bcd9abc42
Notes:
github-actions[bot]
2024-11-30 10:03:31 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5bcd9abc42
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2638
6 changed files with 21 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
style.cssText = background-color: yellow; background-image: none; background-position-x: left 0%; background-position-y: top 0%; background-size: auto auto; background-repeat: repeat repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;
|
||||
style.cssText = background-color: yellow; background-image: none; background-position-x: left 0%; background-position-y: top 0%; background-size: auto auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;
|
||||
style.length = 9
|
||||
style[] =
|
||||
1. background-color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue