Skip to content

Commit

Permalink
Bug 1933627 [wpt PR 49388] - fixes background-size tests for two valu…
Browse files Browse the repository at this point in the history
…es serialization, a=testonly

Automatic update from web-platform-tests
fixes background-size tests for two values serialization (#49388)

* Update background-332.html
* Update background-size-001.html

This is fixing some WPT tests related to background-size results
being serialized as two values, which is the new behavior of WebKit.
    Some tests currently contradict themselves on WPT.
    http://wpt.live/css/css-backgrounds/background-size-001.html
    https://wpt.live/css/css-backgrounds/parsing/background-size-computed.html

So this PR makes it uniform and changes the expectation files.

This is dependent on a resolution from the CSS WG about the two values system.
w3c/csswg-drafts#7802

--

wpt-commits: bcd44416f9be3f84486ced8b1e36d76a3ec27880
wpt-pr: 49388

UltraBlame original commit: 42a224db37fb0e2e5f423453a63c4fc1ee93bd33
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent 538c908 commit e5d634c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
)
"
160px
auto
"
"
background
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
)
"
0px
auto
"
"
background
Expand Down Expand Up @@ -565,6 +566,7 @@
)
"
0px
auto
"
"
background
Expand Down Expand Up @@ -632,6 +634,7 @@
)
"
0px
auto
"
"
background
Expand Down Expand Up @@ -698,6 +701,7 @@
)
"
15px
auto
"
"
background
Expand Down Expand Up @@ -766,6 +770,7 @@
"
0
%
auto
"
"
background
Expand Down Expand Up @@ -834,6 +839,7 @@
"
50
%
auto
"
"
background
Expand Down Expand Up @@ -902,6 +908,7 @@
"
100
%
auto
"
"
background
Expand Down Expand Up @@ -1174,6 +1181,7 @@
)
"
15px
auto
"
"
background
Expand Down Expand Up @@ -1381,6 +1389,7 @@
"
50
%
auto
"
"
background
Expand Down

0 comments on commit e5d634c

Please sign in to comment.