mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
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:
parent
71898dae17
commit
1af3ad8a74
244 changed files with 5852 additions and 2215 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[MediaQueryListEvent.html]
|
||||
expected: TIMEOUT
|
||||
[constructor of "change" event]
|
||||
expected: NOTRUN
|
||||
|
||||
[argument of onchange]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue