Update web-platform-tests to revision b'4e3b5de2eb8218cf18a1674618994efeb96e2cc0' (#32717)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-07-07 03:23:54 -04:00 committed by GitHub
parent 141a594e23
commit 816359583c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
575 changed files with 8637 additions and 2616 deletions

View file

@ -11,3 +11,6 @@
[rethrows errors when getting handleEvent]
expected: NOTRUN
[looks up handleEvent method on every event dispatch]
expected: TIMEOUT

View file

@ -1,3 +1,16 @@
[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

@ -0,0 +1,19 @@
[MediaQueryList-extends-EventTarget-interop.html]
expected: TIMEOUT
[listener added with addListener and addEventListener (capture) is called twice]
expected: TIMEOUT
[removeEventListener removes listener added with addListener]
expected: NOTRUN
[removeEventListener (capture) doesn't remove listener added with addListener]
expected: NOTRUN
[removeListener removes listener added with addEventListener]
expected: NOTRUN
[removeListener doesn't remove listener added with addEventListener (capture)]
expected: NOTRUN
[capturing event listener fires before non-capturing listener at target]
expected: NOTRUN

View file

@ -8,3 +8,6 @@
[listeners with different type are not called]
expected: NOTRUN
[listeners for "change" type are called]
expected: TIMEOUT