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:
Servo WPT Sync 2024-09-29 09:54:33 +02:00 committed by GitHub
parent f57ae60056
commit 013473f1d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
404 changed files with 24233 additions and 5701 deletions

View file

@ -0,0 +1,2 @@
[at-font-face-font-matching.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[clip-path-url-reference-external.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[invalid-nested-rules.html]
[Continues parsing after block on invalid rule error]
expected: FAIL

View file

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

View file

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

View file

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

View 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