Sync WPT with upstream (30-06-2024) (#32649)

* Update web-platform-tests to revision b'639fa536940371f833fbbcc10104e20f435f9777'

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>

* Delete tests/wpt/meta/css/css-values/cap-invalidation.html.ini

* Update css-font-face.https.sub.tentative.html.ini

---------

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-06-30 07:14:33 -04:00 committed by GitHub
parent 3a0f564916
commit e2e7476404
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
802 changed files with 7851 additions and 1997 deletions

View file

@ -1,6 +1,13 @@
[MediaQueryList-addListener-handleEvent.html]
expected: TIMEOUT
[throws if handleEvent is falsy and not callable]
expected: FAIL
expected: NOTRUN
[throws if handleEvent is thruthy and not callable]
expected: FAIL
expected: NOTRUN
[doesn't look up handleEvent method on callable event listeners]
expected: NOTRUN
[rethrows errors when getting handleEvent]
expected: NOTRUN

View file

@ -1,7 +1,10 @@
[MediaQueryList-extends-EventTarget.html]
expected: TIMEOUT
[addEventListener "once" option is respected]
expected: TIMEOUT
expected: NOTRUN
[removeEventListener removes listener]
expected: NOTRUN
[listeners with different type are not called]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[MediaQueryListEvent.html]
expected: TIMEOUT
[constructor of "change" event]
expected: NOTRUN