зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1590620 [wpt PR 19841] - Update wpt metadata, a=testonly
wpt-pr: 19841 wpt-type: metadata Differential Revision: https://phabricator.services.mozilla.com/D53476
This commit is contained in:
Родитель
12175f972a
Коммит
fdcf0a72af
|
@ -0,0 +1,18 @@
|
|||
[MediaQueryList-addListener-handleEvent.html]
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected:
|
||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not debug and fission: ["FAIL", "PASS"]
|
||||
if webrender and (os == "linux") and not debug and not fission: FAIL
|
||||
|
||||
[calls handleEvent method of event listener]
|
||||
expected:
|
||||
if webrender and debug and (os == "linux") and fission: ["PASS", "FAIL"]
|
||||
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"]
|
||||
|
||||
[doesn't look up handleEvent method on callable event listeners]
|
||||
expected:
|
||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not debug and fission: ["FAIL", "PASS"]
|
||||
if webrender and (os == "linux") and not debug and not fission: FAIL
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[MediaQueryList-addListener-removeListener.html]
|
||||
[listeners are called when <iframe> is resized]
|
||||
expected:
|
||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not debug and not fission: FAIL
|
||||
|
||||
[listeners are called in order they were added]
|
||||
expected:
|
||||
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not debug and not fission: ["FAIL", "PASS"]
|
||||
|
||||
[listener that was added twice is called only once]
|
||||
expected:
|
||||
if webrender and (os == "linux") and not debug and fission: ["FAIL", "PASS"]
|
||||
if webrender and (os == "linux") and not debug and not fission: ["FAIL", "PASS"]
|
||||
|
||||
[listeners are called correct number of times]
|
||||
expected:
|
||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
||||
if webrender and (os == "linux") and not debug and fission: ["FAIL", "PASS"]
|
||||
if webrender and (os == "linux") and not debug and not fission: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[matchMedia.xht]
|
||||
expected: TIMEOUT
|
||||
[window.matchMedia exists]
|
||||
expected: FAIL
|
||||
|
||||
[Resize iframe from 200x100 to 200x50, then to 100x50]
|
||||
expected: NOTRUN
|
||||
|
||||
[Listeners are called in the order which they have been added]
|
||||
expected: NOTRUN
|
||||
|
||||
[Listener added twice is only called once.]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
[matchMediaAddListener-handleEvent.html]
|
||||
[throws if handleEvent is falsy and not callable]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
|
||||
|
||||
[calls handleEvent method of event listener]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
|
||||
|
||||
[rethrows errors when getting handleEvent]
|
||||
expected:
|
||||
if (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||
|
||||
[doesn't look up handleEvent method on callable event listeners]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
|
||||
[throws if handleEvent is thruthy and not callable]
|
||||
expected:
|
||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[matchMediaAddListener.html]
|
||||
[Check for the correct number of event triggers]
|
||||
expected: FAIL
|
||||
|
Загрузка…
Ссылка в новой задаче