Sync WPT with upstream (03-12-2023) (#30814)

* Update web-platform-tests to revision b'dd47ca67f55ac9df45235b2335200fb885dd1357'

* Update test expectations

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-12-06 12:45:20 -05:00 committed by GitHub
parent 7e82c5c957
commit 914fe64fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
442 changed files with 174178 additions and 1548 deletions

View file

@ -4,3 +4,6 @@
[throws if handleEvent is thruthy and not callable]
expected: FAIL
[doesn't look up handleEvent method on callable event listeners]
expected: FAIL

View file

@ -1,3 +1,6 @@
[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,10 @@
[MediaQueryList-extends-EventTarget.html]
expected: TIMEOUT
[onchange removes listener]
expected: FAIL
[addEventListener "once" option is respected]
expected: TIMEOUT
[removeEventListener removes listener]
expected: NOTRUN