mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
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:
parent
141a594e23
commit
816359583c
575 changed files with 8637 additions and 2616 deletions
|
@ -11,3 +11,6 @@
|
|||
|
||||
[rethrows errors when getting handleEvent]
|
||||
expected: NOTRUN
|
||||
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -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
|
||||
|
|
19
tests/wpt/meta/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html.ini
vendored
Normal file
19
tests/wpt/meta/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html.ini
vendored
Normal 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
|
|
@ -8,3 +8,6 @@
|
|||
|
||||
[listeners with different type are not called]
|
||||
expected: NOTRUN
|
||||
|
||||
[listeners for "change" type are called]
|
||||
expected: TIMEOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue