forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync WPT with upstream (03-12-2023) (servo#30814)
* Update web-platform-tests to revision b'dd47ca67f55ac9df45235b2335200fb885dd1357' * Update test expectations --------- Co-authored-by: Martin Robinson <[email protected]>
- Loading branch information
1 parent
7e82c5c
commit 914fe64
Showing
442 changed files
with
174,583 additions
and
1,953 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
tests/wpt/meta-legacy-layout/css/css-align/blocks/align-content-table-cell.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
18 changes: 18 additions & 0 deletions
18
tests/wpt/meta-legacy-layout/css/css-animations/animate-with-color-mix.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
tests/wpt/meta-legacy-layout/css/css-transitions/animations/animate-with-color-mix.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.