Update web-platform-tests to revision b'3b3beee1bf2469013583bafe702f2d4821d76c1f' (#33000)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-08-10 21:31:50 -04:00 committed by GitHub
parent 71898dae17
commit 1af3ad8a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
244 changed files with 5852 additions and 2215 deletions

View file

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

View file

@ -1,16 +1,3 @@
[MediaQueryList-addListener-removeListener.html]
expected: TIMEOUT
[listeners are called when <iframe> is resized]
expected: FAIL
[listener that was added twice is called only once]
expected: NOTRUN
[listeners are called in order their MQLs were created]
expected: NOTRUN
[removing listener from one MQL doesn't remove it from all MQLs]
expected: NOTRUN
[MediaQueryList::removeListener removes added listener]
expected: NOTRUN

View file

@ -1,9 +0,0 @@
[MediaQueryList-extends-EventTarget-interop.html]
[removeEventListener (capture) doesn't remove listener added with addListener]
expected: FAIL
[removeListener doesn't remove listener added with addEventListener (capture)]
expected: FAIL
[capturing event listener fires before non-capturing listener at target]
expected: FAIL

View file

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

View file

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