LibWeb/CSS: Serialize background-repeat correctly

This gets us 4 WPT subtest passes.
This commit is contained in:
Sam Atkins 2024-11-28 15:48:07 +00:00 committed by Andreas Kling
commit 5bcd9abc42
Notes: github-actions[bot] 2024-11-30 10:03:31 +00:00
6 changed files with 21 additions and 13 deletions

View file

@ -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