Skip to content

Commit

Permalink
Sync WPT with upstream (03-12-2023) (servo#30814)
Browse files Browse the repository at this point in the history
* Update web-platform-tests to revision b'dd47ca67f55ac9df45235b2335200fb885dd1357'

* Update test expectations

---------

Co-authored-by: Martin Robinson <[email protected]>
  • Loading branch information
servo-wpt-sync and mrobinson authored Dec 6, 2023
1 parent 7e82c5c commit 914fe64
Show file tree
Hide file tree
Showing 442 changed files with 174,583 additions and 1,953 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[align-content-table-cell.html]
[vertical-align:top and align-content:start are equivalent]
expected: FAIL

[vertical-align:middle and `align-content:unsafe center` are equivalent]
expected: FAIL

[vertical-align:bottom and `align-content:unsafe end` are equivalent]
expected: FAIL

[vertical-align:baseline and align-content:baseline are equivalent]
expected: FAIL

[vertical-align:bottom and `align-content:safe end` are equivalent if the container is tall]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[animate-with-color-mix.html]
[Animate from neutral keyframe with color-mix to legacy rgb]
expected: FAIL

[Animate from legacy rgb to neutral keyframe with color-mix]
expected: FAIL

[Animate from neutral keyframe with color-mix to srgb]
expected: FAIL

[Animate from srgb to neutral keyframe with color-mix]
expected: FAIL

[Animate from color-mix with transparency to legacy rgba]
expected: FAIL

[Animate from legacy rgba to color-mix with transparency]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -808,3 +808,9 @@

[Property color value 'color-mix(in hsl decreasing hue, hsl(60deg 50% 50%), hsl(60deg 50% 50%))']
expected: FAIL

[Property color value 'color-mix(in lch, lab(50 0 0), black)']
expected: FAIL

[Property color value 'color-mix(in oklch, oklab(0.5 0 0), black)']
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[animate-with-color-mix.html]
[Transition from color-mix to legacy rgb]
expected: FAIL

[Transition from legacy rgb to color-mix]
expected: FAIL

[Transition from color-mix to srgb]
expected: FAIL

[Transition from srgb to color-mix]
expected: FAIL

[Transition from color-mix with transparency to legacy rgba]
expected: FAIL

[Transition from legacy rgba to color-mix with transparency]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,8 @@
['calc(1em + max(10% + 20px) + 5% + min(1em + 10%) + 10px)' as a specified value should serialize as 'calc(5% + 1em + 10px + max(10% + 20px) + min(10% + 1em))'.]
expected: FAIL

['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a specified value should serialize as 'max(10px + (10px + min(10%, 30px)) * 2, 5% + 5em)'.]
expected: FAIL

['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + (10px + min(10%, 30px)) * 2, 5% + 80px)'.]
expected: FAIL
Loading

0 comments on commit 914fe64

Please sign in to comment.