mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Sync WPT with upstream (29-09-2024) (#33580)
* Update web-platform-tests to revision b'16d17064d2122cfa83b22f8bab32c96e6514c034' Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> * Update big5-decode-csbig5.html.ini Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f57ae60056
commit
013473f1d5
404 changed files with 24233 additions and 5701 deletions
2
tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[at-font-face-font-matching.html]
|
||||
expected: CRASH
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-url-reference-external.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-url-reference-external.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-url-reference-external.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-syntax/invalid-nested-rules.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-syntax/invalid-nested-rules.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[invalid-nested-rules.html]
|
||||
[Continues parsing after block on invalid rule error]
|
||||
expected: FAIL
|
|
@ -137,9 +137,6 @@
|
|||
[CSS Values and Units Test: attr 60]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 72]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 15]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -173,11 +170,20 @@
|
|||
[CSS Values and Units Test: attr 63]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 73]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 74]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 75]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 64]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 65]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 76]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 77]
|
||||
expected: FAIL
|
||||
|
|
|
@ -34,3 +34,6 @@
|
|||
|
||||
[CSS Values and Units Test: attr() security limitations 19]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr() security limitations 21]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[MediaQueryList-addListener-removeListener.html]
|
||||
[listeners are called when <iframe> is resized]
|
||||
expected: FAIL
|
||||
|
||||
[listeners are called correct number of times]
|
||||
expected: FAIL
|
||||
|
|
57
tests/wpt/meta/css/selectors/parsing/parse-has-slotted.tentative.html.ini
vendored
Normal file
57
tests/wpt/meta/css/selectors/parsing/parse-has-slotted.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
[parse-has-slotted.tentative.html]
|
||||
[":has-slotted(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted([attr=\\"foo\\"\])" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(*)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(.class)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(#id)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(:not(foo))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(:not(:nth-last-of-type(2)):not([slot=\\"foo\\"\]))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(:first-child)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(:hover)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(foo):first-child" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(foo):hover" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(foo):focus" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(foo):lang(en)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(foo):dir(ltr)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(foo) + :has-slotted(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":not(:has-slotted(foo))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(div + div)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted(div:has(> span))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":has-slotted" should be a valid selector]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue