зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1650184 - [wpt-sync] Update web-platform-tests to 145839c323ba1ec8b9737a3ed66924f6edd3624d, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: 145839c323ba1ec8b9737a3ed66924f6edd3624d wpt-type: landing
This commit is contained in:
Родитель
bf31514cbf
Коммит
ec0b99bf07
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
[File: [object File\]]
|
[File: [object File\]]
|
||||||
expected:
|
expected:
|
||||||
if fission and (os == "win"): ["TIMEOUT", "PASS", "NOTRUN"]
|
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||||
[NOTRUN, PASS, TIMEOUT]
|
[NOTRUN, PASS, TIMEOUT]
|
||||||
|
|
||||||
[Not serializable: Event: [object Event\]]
|
[Not serializable: Event: [object Event\]]
|
||||||
|
@ -119,48 +119,32 @@
|
||||||
|
|
||||||
[Blob: [object Blob\]]
|
[Blob: [object Blob\]]
|
||||||
expected:
|
expected:
|
||||||
if fission and (os == "win"): ["PASS", "TIMEOUT"]
|
if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
|
||||||
[TIMEOUT, PASS]
|
[TIMEOUT, PASS]
|
||||||
|
|
||||||
|
|
||||||
[structured-clone.any.worker.html?101-last]
|
[structured-clone.any.worker.html?101-last]
|
||||||
expected:
|
expected: [TIMEOUT, OK]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
|
||||||
[TIMEOUT, OK]
|
|
||||||
[Not serializable: function: function() {}]
|
[Not serializable: function: function() {}]
|
||||||
expected:
|
expected: [NOTRUN, PASS]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
|
||||||
[NOTRUN, PASS]
|
|
||||||
|
|
||||||
[Not serializable: MessageChannel: [object MessageChannel\]]
|
[Not serializable: MessageChannel: [object MessageChannel\]]
|
||||||
expected:
|
expected: [NOTRUN, PASS]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
|
||||||
[NOTRUN, PASS]
|
|
||||||
|
|
||||||
[Not serializable: symbol: Symbol(desc)]
|
[Not serializable: symbol: Symbol(desc)]
|
||||||
expected:
|
expected: [NOTRUN, FAIL]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
|
||||||
[NOTRUN, FAIL]
|
|
||||||
|
|
||||||
[File: [object File\]]
|
[File: [object File\]]
|
||||||
expected:
|
expected: [NOTRUN, PASS, TIMEOUT]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT", "NOTRUN"]
|
|
||||||
[NOTRUN, PASS, TIMEOUT]
|
|
||||||
|
|
||||||
[Not serializable: Event: [object Event\]]
|
[Not serializable: Event: [object Event\]]
|
||||||
expected:
|
expected: [NOTRUN, PASS]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
|
||||||
[NOTRUN, PASS]
|
|
||||||
|
|
||||||
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
|
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
|
||||||
expected:
|
expected: [NOTRUN, PASS]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
|
||||||
[NOTRUN, PASS]
|
|
||||||
|
|
||||||
[Blob: [object Blob\]]
|
[Blob: [object Blob\]]
|
||||||
expected:
|
expected: [TIMEOUT, PASS]
|
||||||
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
|
||||||
[TIMEOUT, PASS]
|
|
||||||
|
|
||||||
|
|
||||||
[structured-clone.any.html?1-20]
|
[structured-clone.any.html?1-20]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[fetch.https.window.html]
|
[fetch.https.window.html]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
|
if debug and not webrender and (os == "mac"): ["OK", "TIMEOUT"]
|
||||||
if webrender and debug and (os == "win"): ["OK", "TIMEOUT"]
|
if debug and webrender: ["OK", "TIMEOUT"]
|
||||||
[Using Background Fetch to successfully fetch a single resource]
|
[Using Background Fetch to successfully fetch a single resource]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -16,22 +16,26 @@
|
||||||
|
|
||||||
[Background Fetch that exceeds the quota throws a QuotaExceededError]
|
[Background Fetch that exceeds the quota throws a QuotaExceededError]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
|
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[Fetches can have requests with duplicate URLs]
|
[Fetches can have requests with duplicate URLs]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
|
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[recordsAvailable is false after onbackgroundfetchsuccess finishes execution.]
|
[recordsAvailable is false after onbackgroundfetchsuccess finishes execution.]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
|
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[Using Background Fetch to fetch a non-existent resource should fail.]
|
[Using Background Fetch to fetch a non-existent resource should fail.]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT", "NOTRUN"]
|
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[Empty URL is OK.]
|
[Empty URL is OK.]
|
||||||
|
@ -39,7 +43,8 @@
|
||||||
|
|
||||||
[Fetches with mixed content should fail.]
|
[Fetches with mixed content should fail.]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
|
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[Requests with text/json content type require CORS Preflight and succeed.]
|
[Requests with text/json content type require CORS Preflight and succeed.]
|
||||||
|
@ -49,11 +54,14 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Registration object gets updated values when a background fetch completes.]
|
[Registration object gets updated values when a background fetch completes.]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
||||||
[Responses failing CORS checks are not leaked]
|
[Responses failing CORS checks are not leaked]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "NOTRUN"]
|
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"]
|
||||||
if webrender and debug and (os == "win"): ["FAIL", "TIMEOUT"]
|
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
[mixed-content-and-allowed-schemes.https.window.html]
|
[mixed-content-and-allowed-schemes.https.window.html]
|
||||||
|
expected:
|
||||||
|
if (os == "mac") and debug: ["OK", "TIMEOUT"]
|
||||||
[https: fetch should register ok]
|
[https: fetch should register ok]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -15,10 +17,14 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[data: fetch should reject]
|
[data: fetch should reject]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
||||||
[unknown scheme fetch should reject]
|
[unknown scheme fetch should reject]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
|
FAIL
|
||||||
|
|
||||||
[localhost http: fetch should register ok]
|
[localhost http: fetch should register ok]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[port-blocking.https.window.html]
|
[port-blocking.https.window.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
|
if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
|
||||||
|
if (os == "mac") and debug: ["OK", "TIMEOUT"]
|
||||||
[fetch to default https port should register ok]
|
[fetch to default https port should register ok]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9,21 +10,24 @@
|
||||||
|
|
||||||
[fetch to port 443 should register ok]
|
[fetch to port 443 should register ok]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "TIMEOUT"]
|
if webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[fetch to port 80 should register ok, even over https]
|
[fetch to port 80 should register ok, even over https]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
|
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[fetch to non-default non-bad port (8080) should register ok]
|
[fetch to non-default non-bad port (8080) should register ok]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
|
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[fetch to bad port (SMTP) should reject]
|
[fetch to bad port (SMTP) should reject]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
|
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,16 @@
|
||||||
[update-ui.https.window.html]
|
[update-ui.https.window.html]
|
||||||
|
expected:
|
||||||
|
if (os == "mac") and debug: ["OK", "TIMEOUT"]
|
||||||
[Background Fetch updateUI called twice fails]
|
[Background Fetch updateUI called twice fails]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
||||||
[Background Fetch updateUI resolves]
|
[Background Fetch updateUI resolves]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Background Fetch updateUI fails when event is not active]
|
[Background Fetch updateUI fails when event is not active]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
||||||
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
implementation-status: backlog
|
implementation-status: backlog
|
||||||
bug: 1634369
|
bug: 1634369
|
||||||
prefs: [dom.security.featurePolicy.enabled:true, dom.battery.enabled:true]
|
prefs: [dom.security.featurePolicy.enabled:true, dom.battery.enabled:true]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[href-location-blocked.sub.html]
|
[href-location-blocked.sub.html]
|
||||||
[Violation report status OK.]
|
[Violation report status OK.]
|
||||||
expected:
|
expected:
|
||||||
if os == "android": ["PASS", "FAIL"]
|
if (os == "android") and debug: ["PASS", "FAIL"]
|
||||||
|
if (os == "android") and not debug: ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
[spv-only-sent-to-initiator.sub.html]
|
[spv-only-sent-to-initiator.sub.html]
|
||||||
expected:
|
expected: [OK, TIMEOUT]
|
||||||
if (processor == "x86_64") and (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
|
||||||
[OK, TIMEOUT]
|
|
||||||
[Test that no spv event is raised]
|
[Test that no spv event is raised]
|
||||||
expected:
|
expected: [FAIL, NOTRUN]
|
||||||
if (processor == "x86_64") and (os == "mac") and not debug: ["NOTRUN", "FAIL"]
|
|
||||||
[FAIL, NOTRUN]
|
|
||||||
|
|
||||||
[Violation report status OK.]
|
[Violation report status OK.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[bidi-box-model-010.xht]
|
||||||
|
expected:
|
||||||
|
if fission and (os == "win"): ["PASS", "TIMEOUT"]
|
|
@ -1,6 +1,6 @@
|
||||||
[relpos-percentage-top-in-scrollable.html]
|
[relpos-percentage-top-in-scrollable.html]
|
||||||
[Top percentage resolved correctly for overflow contribution]
|
[Top percentage resolved correctly for overflow contribution]
|
||||||
expected:
|
expected:
|
||||||
if (os == "android") and debug: ["PASS", "FAIL"]
|
if (os == "android") and debug: ["FAIL", "PASS"]
|
||||||
if (os == "android") and not debug: ["PASS", "FAIL"]
|
if (os == "android") and not debug: ["FAIL", "PASS"]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[root-element-opacity-change.html]
|
[root-element-opacity-change.html]
|
||||||
expected:
|
expected:
|
||||||
if not fission and (os == "linux") and debug and webrender: ["PASS", "FAIL"]
|
if not fission and (os == "linux") and debug and webrender: ["PASS", "FAIL"]
|
||||||
if not fission and (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
|
if not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||||
if not fission and (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
|
if fission and not debug and (os == "win"): ["PASS", "FAIL", "ERROR"]
|
||||||
if fission: ["PASS", "FAIL", "ERROR"]
|
if fission and not debug and (os == "linux"): ["PASS", "FAIL", "ERROR"]
|
||||||
|
if fission and debug: ["FAIL", "PASS", "ERROR"]
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[border-image-shorthand-001.htm]
|
|
||||||
expected: FAIL
|
|
|
@ -1,2 +1,4 @@
|
||||||
[content-visibility-019.sub.https.html]
|
[content-visibility-019.sub.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if fission and (os == "win"): ["FAIL", "ERROR"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[content-visibility-033.sub.https.html]
|
[content-visibility-033.sub.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if fission and (os == "win"): ["ERROR", "FAIL"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[exclusions-wrap-flow-01.xht]
|
[exclusions-wrap-flow-01.xht]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
|
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[exclusions-wrap-flow-02.xht]
|
[exclusions-wrap-flow-02.xht]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[exclusions-wrap-flow-03.xht]
|
[exclusions-wrap-flow-03.xht]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[exclusions-wrap-flow-04.xht]
|
[exclusions-wrap-flow-04.xht]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[masonry-justify-tracks-multi-001.html]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
|
@ -0,0 +1,3 @@
|
||||||
|
[orthogonal-writing-mode-002.html]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and not debug: ["PASS", "FAIL"]
|
|
@ -1,5 +1,5 @@
|
||||||
[absolute.https.html]
|
[absolute.https.html]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and debug: ["FAIL", "TIMEOUT"]
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
if webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
|
if (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[flex.https.html]
|
[flex.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[floats.https.html]
|
[floats.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[inflow.https.html]
|
[inflow.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[negative.https.html]
|
||||||
|
expected:
|
||||||
|
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
|
|
@ -1,2 +1,4 @@
|
||||||
[child-baseline.https.html]
|
[child-baseline.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[flex-baseline.https.html]
|
[flex-baseline.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[constraints-data-function-failure.https.html]
|
[constraints-data-function-failure.https.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
|
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[constraints-data-sab-failure.https.html]
|
[constraints-data-sab-failure.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[all.https.html]
|
[all.https.html]
|
||||||
expected:
|
expected:
|
||||||
|
if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT"]
|
||||||
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
|
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
|
||||||
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[bad-return.https.html]
|
||||||
|
expected:
|
||||||
|
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
|
|
@ -1,2 +1,4 @@
|
||||||
[fragment-data-function-failure.https.html]
|
[fragment-data-function-failure.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
[list-style-image-zoom-dynamic.html]
|
[list-style-image-zoom-dynamic.html]
|
||||||
expected:
|
expected: [FAIL, PASS]
|
||||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
|
||||||
[FAIL, PASS]
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[clip-path-descendant-text-mutated-001.html]
|
[clip-path-descendant-text-mutated-001.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and debug and webrender and fission: ["FAIL", "PASS"]
|
if not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
if not fission and (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
||||||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
|
|
||||||
[PASS, FAIL]
|
[PASS, FAIL]
|
||||||
|
|
|
@ -2,4 +2,6 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[background-image-multiple.https.html]
|
[background-image-multiple.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[background-repeat-x.https.html]
|
[background-repeat-x.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[canvas-transform.https.html]
|
[canvas-transform.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[invalid-image-constructor-error.https.html]
|
[invalid-image-constructor-error.https.html]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,17 +1,15 @@
|
||||||
[text-selection.html]
|
[text-selection.html]
|
||||||
[Selection ending in ::before-marker]
|
[Selection ending in ::before-marker]
|
||||||
expected:
|
expected:
|
||||||
if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
|
if debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
|
|
||||||
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||||
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
|
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
|
||||||
if debug and (os == "mac"): ["PASS", "FAIL"]
|
if debug and (os == "mac"): ["PASS", "FAIL"]
|
||||||
|
|
||||||
[Selection ending in ::marker]
|
[Selection ending in ::marker]
|
||||||
expected:
|
expected:
|
||||||
if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
|
|
||||||
if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
|
|
||||||
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
|
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
|
||||||
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||||
|
if debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if debug and (os == "mac"): ["PASS", "FAIL"]
|
if debug and (os == "mac"): ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[nested-overflow-subtree-layout.html]
|
[nested-overflow-subtree-layout.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and fission: ["PASS", "FAIL", "ERROR"]
|
if (os == "linux") and not debug and webrender and fission: ["PASS", "FAIL"]
|
||||||
if (os == "win") and not fission: ["PASS", "FAIL", "ERROR"]
|
if (os == "linux") and not debug and webrender and not fission: ["PASS", "FAIL"]
|
||||||
if os == "mac": PASS
|
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
|
||||||
|
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||||
if os == "android": PASS
|
if os == "android": PASS
|
||||||
[PASS, FAIL]
|
if os == "mac": PASS
|
||||||
|
[PASS, FAIL, ERROR]
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[CSSTransition-effect.tentative.html]
|
||||||
|
[After setting a transition's effect to null, a new transition can be started]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
[appearance-progress-bar-002.html]
|
[appearance-progress-bar-002.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and webrender and debug: PASS
|
if (os == "win") and (processor == "x86_64") and debug and webrender: PASS
|
||||||
|
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["FAIL", "PASS"]
|
||||||
|
if (os == "win") and (processor == "x86_64") and not debug and fission: ["FAIL", "PASS"]
|
||||||
if os == "android": PASS
|
if os == "android": PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
[viewport-units-css2-001.html]
|
[viewport-units-css2-001.html]
|
||||||
[vh length applied to border-top-width]
|
[vh length applied to border-top-width]
|
||||||
expected:
|
expected:
|
||||||
|
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||||
if os == "android": PASS
|
if os == "android": PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[vmin length applied to border-top-width]
|
[vmin length applied to border-top-width]
|
||||||
expected:
|
expected:
|
||||||
|
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||||
if os == "android": PASS
|
if os == "android": PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[line-box-direction-slr-060.xht]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
|
@ -0,0 +1,3 @@
|
||||||
|
[line-box-direction-vlr-003.xht]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
|
@ -0,0 +1,3 @@
|
||||||
|
[line-box-direction-vlr-013.xht]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
|
@ -0,0 +1,3 @@
|
||||||
|
[line-box-direction-vrl-006.xht]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
|
@ -0,0 +1,3 @@
|
||||||
|
[line-box-direction-vrl-019.xht]
|
||||||
|
expected:
|
||||||
|
if (processor == "x86") and debug: ["PASS", "FAIL"]
|
|
@ -1,6 +1,6 @@
|
||||||
[effect-reference-feimage-001.html]
|
[effect-reference-feimage-001.html]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
if webrender and not debug and (os == "win") and not fission: ["PASS", "FAIL"]
|
||||||
if webrender and (os == "linux") and debug and not fission: ["PASS", "FAIL", "ERROR"]
|
if webrender and not debug and (os == "win") and fission: ["PASS", "FAIL"]
|
||||||
if webrender and (os == "win") and debug: ["PASS", "FAIL", "ERROR"]
|
if webrender and debug and not fission: ["PASS", "FAIL", "ERROR"]
|
||||||
if webrender and (os == "win") and not debug: ["PASS", "FAIL"]
|
if webrender and debug and fission: ["PASS", "FAIL"]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[scrollend-event-for-user-scroll.html]
|
[scrollend-event-for-user-scroll.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "ERROR"]
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "ERROR"]
|
||||||
if (os == "win") and debug: ERROR
|
|
||||||
if (os == "mac") and debug: ERROR
|
if (os == "mac") and debug: ERROR
|
||||||
|
if (os == "win") and debug: ERROR
|
||||||
if os == "android": OK
|
if os == "android": OK
|
||||||
TIMEOUT
|
TIMEOUT
|
||||||
[Tests that the target_div gets scrollend event when send DOWN key to target.]
|
[Tests that the target_div gets scrollend event when send DOWN key to target.]
|
||||||
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
[Tests that the target_div gets scrollend event when click scrollbar on target.]
|
[Tests that the target_div gets scrollend event when click scrollbar on target.]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
|
||||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||||
|
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||||
if (os == "linux") and not debug and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
if (os == "linux") and not debug and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||||
if (os == "linux") and debug: FAIL
|
if (os == "linux") and debug: FAIL
|
||||||
if os == "android": ["FAIL", "NOTRUN"]
|
|
||||||
if os == "mac": NOTRUN
|
if os == "mac": NOTRUN
|
||||||
|
if os == "android": ["FAIL", "NOTRUN"]
|
||||||
[NOTRUN, FAIL]
|
[NOTRUN, FAIL]
|
||||||
|
|
||||||
[Tests that the target_div gets scrollend event when drag the thumb of target.]
|
[Tests that the target_div gets scrollend event when drag the thumb of target.]
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
||||||
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
|
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
if (os == "linux") and debug: TIMEOUT
|
if (os == "linux") and debug: TIMEOUT
|
||||||
if os == "android": ["FAIL", "NOTRUN"]
|
|
||||||
if os == "mac": NOTRUN
|
if os == "mac": NOTRUN
|
||||||
|
if os == "android": ["FAIL", "NOTRUN"]
|
||||||
[NOTRUN, FAIL]
|
[NOTRUN, FAIL]
|
||||||
|
|
||||||
[Tests that the target_div gets scrollend event when dragging scroll on target.]
|
[Tests that the target_div gets scrollend event when dragging scroll on target.]
|
||||||
|
|
|
@ -1,84 +1,89 @@
|
||||||
[webkit-animation-iteration-event.html]
|
[webkit-animation-iteration-event.html]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and not debug: ["OK", "TIMEOUT"]
|
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "OK"]
|
||||||
|
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
|
||||||
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
|
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
|
||||||
if not webrender and debug and (os == "mac"): ["OK", "TIMEOUT"]
|
if not webrender and debug and (os == "mac"): ["OK", "TIMEOUT"]
|
||||||
if not webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
|
if not webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
|
||||||
if webrender and (os == "win"): ["OK", "TIMEOUT"]
|
if webrender and (os == "win"): ["OK", "TIMEOUT"]
|
||||||
[webkitAnimationIteration event listener is case sensitive]
|
[webkitAnimationIteration event listener is case sensitive]
|
||||||
expected:
|
expected:
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "FAIL"]
|
||||||
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "FAIL", "NOTRUN"]
|
if webrender and (os == "linux") and debug: ["PASS", "FAIL", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "FAIL", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "FAIL", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "FAIL", "NOTRUN"]
|
||||||
|
|
||||||
[onwebkitanimationiteration event handler should trigger for an animation]
|
[onwebkitanimationiteration event handler should trigger for an animation]
|
||||||
expected:
|
expected:
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "PASS"]
|
||||||
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT"]
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT"]
|
||||||
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT"]
|
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT"]
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "TIMEOUT"]
|
if not webrender and debug and (os == "mac"): ["PASS", "TIMEOUT"]
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "TIMEOUT"]
|
if not webrender and debug and (os == "linux"): ["PASS", "TIMEOUT"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT"]
|
|
||||||
if webrender and (os == "win"): ["PASS", "TIMEOUT"]
|
if webrender and (os == "win"): ["PASS", "TIMEOUT"]
|
||||||
|
|
||||||
[webkitAnimationIteration event listener should trigger for an animation]
|
[webkitAnimationIteration event listener should trigger for an animation]
|
||||||
expected:
|
expected:
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
|
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
|
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
|
||||||
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "TIMEOUT"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
|
||||||
|
|
||||||
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
|
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
|
||||||
expected:
|
expected:
|
||||||
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
|
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
|
||||||
expected:
|
expected:
|
||||||
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
|
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
|
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
||||||
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
if webrender and (os == "win"): ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
|
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
|
||||||
expected:
|
expected:
|
||||||
if webrender and fission and (os == "linux") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
|
||||||
if webrender and fission and (os == "linux") and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
|
|
||||||
if webrender and not fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
|
||||||
if webrender and not fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
if webrender and not fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
|
||||||
if webrender and fission and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
|
if webrender and not fission and (os == "linux") and not debug: ["NOTRUN", "PASS"]
|
||||||
if webrender and not fission and (os == "win"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
|
||||||
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
|
||||||
|
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
|
||||||
|
if webrender and not fission and (os == "win"): ["PASS", "NOTRUN"]
|
||||||
|
if webrender and fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
leak-threshold: [tab:307200]
|
|
||||||
lsan-disabled: true
|
lsan-disabled: true
|
||||||
|
leak-threshold: [tab:307200]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
[response-cancel-stream.html]
|
[response-cancel-stream.html]
|
||||||
|
expected:
|
||||||
|
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
|
||||||
[Cancelling a closed Response stream]
|
[Cancelling a closed Response stream]
|
||||||
expected:
|
expected:
|
||||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||||
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]
|
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
|
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
|
||||||
[Check result]
|
[Check result]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and fission: ["FAIL", "PASS"]
|
if (os == "win") and not fission and (processor == "x86"): PASS
|
||||||
if os == "mac": ["FAIL", "PASS"]
|
if os == "android": PASS
|
||||||
|
[PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[fullscreen-css-transition.html]
|
[fullscreen-css-transition.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "mac") and not debug: ["OK", "ERROR"]
|
if (os == "mac") and debug: ["OK", "ERROR"]
|
||||||
if (os == "mac") and debug: ["ERROR", "OK"]
|
if (os == "mac") and not debug: ["ERROR", "OK"]
|
||||||
[Transitions should not be stopped by going fullscreen]
|
[Transitions should not be stopped by going fullscreen]
|
||||||
expected:
|
expected:
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
|
||||||
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
|
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,13 @@
|
||||||
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
|
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
|
||||||
expected:
|
expected:
|
||||||
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||||
if debug and (os == "linux") and not fission: ["OK", "TIMEOUT"]
|
|
||||||
if debug and (os == "linux") and fission: ["OK", "TIMEOUT"]
|
if debug and (os == "linux") and fission: ["OK", "TIMEOUT"]
|
||||||
|
if debug and (os == "linux") and not fission: ["OK", "TIMEOUT"]
|
||||||
|
if debug and (os == "mac"): ["OK", "TIMEOUT"]
|
||||||
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
|
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
|
||||||
expected:
|
expected:
|
||||||
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
|
||||||
if debug and (os == "linux") and fission: ["PASS", "TIMEOUT"]
|
if debug and (os == "linux") and fission: ["PASS", "TIMEOUT"]
|
||||||
if debug and (os == "linux") and not fission: ["PASS", "TIMEOUT"]
|
if debug and (os == "linux") and not fission: ["PASS", "TIMEOUT"]
|
||||||
|
if debug and (os == "mac"): ["PASS", "TIMEOUT"]
|
||||||
|
|
||||||
|
|
|
@ -1,133 +1,135 @@
|
||||||
[createImageBitmap-origin.sub.html]
|
[createImageBitmap-origin.sub.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): TIMEOUT
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["OK", "TIMEOUT"]
|
||||||
|
if (os == "win") and not debug and not webrender and (processor == "x86"): TIMEOUT
|
||||||
if (os == "win") and debug and webrender: TIMEOUT
|
if (os == "win") and debug and webrender: TIMEOUT
|
||||||
if (os == "android") and debug: [TIMEOUT, OK]
|
if (os == "win") and not debug and webrender: TIMEOUT
|
||||||
if (os == "win") and not debug: TIMEOUT
|
|
||||||
[TIMEOUT, OK]
|
[TIMEOUT, OK]
|
||||||
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): [PASS, NOTRUN]
|
if (os == "linux") and webrender and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, PASS]
|
if (os == "linux") and webrender and not debug and fission: ["NOTRUN", "PASS"]
|
||||||
if not debug and (os == "linux") and webrender and fission: [PASS, NOTRUN]
|
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["NOTRUN", "PASS"]
|
||||||
if debug and (os == "linux") and not webrender: [NOTRUN, PASS]
|
if (os == "win") and not fission and not debug and webrender: ["NOTRUN", "PASS"]
|
||||||
if debug and (os == "android"): [NOTRUN, PASS]
|
if (os == "linux") and webrender and debug: ["NOTRUN", "PASS"]
|
||||||
if not debug and (os == "mac"): [PASS, NOTRUN]
|
if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||||
if webrender and not debug: [PASS, NOTRUN]
|
if (os == "mac") and debug: ["NOTRUN", "PASS"]
|
||||||
[NOTRUN, PASS]
|
if (os == "win") and fission: ["NOTRUN", "PASS"]
|
||||||
|
[PASS, NOTRUN]
|
||||||
|
|
||||||
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86"): [NOTRUN, TIMEOUT]
|
if (os == "win") and (processor == "x86_64") and webrender and not fission and not debug: ["NOTRUN", "TIMEOUT", "PASS"]
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): [NOTRUN, PASS]
|
if (os == "win") and (processor == "x86_64") and webrender and not fission and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||||
if (os == "win") and not debug and webrender and fission: [NOTRUN, TIMEOUT]
|
if (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"]
|
||||||
if (os == "linux") and not debug and webrender and fission: [TIMEOUT, NOTRUN, PASS]
|
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "NOTRUN"]
|
||||||
if (os == "linux") and not debug and webrender and not fission: [TIMEOUT, NOTRUN, PASS]
|
if (os == "win") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN", "TIMEOUT"]
|
||||||
if (os == "linux") and not debug and not webrender and (processor == "x86"): [TIMEOUT, PASS, NOTRUN]
|
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||||
if (os == "linux") and debug and not webrender: [NOTRUN, PASS, TIMEOUT]
|
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
|
||||||
if (os == "android") and debug: [NOTRUN, TIMEOUT, PASS]
|
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||||
if (os == "mac") and not debug: [TIMEOUT, PASS, NOTRUN]
|
if (os == "mac") and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||||
if (os == "mac") and debug: [NOTRUN, TIMEOUT, PASS]
|
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
|
||||||
[NOTRUN, TIMEOUT, PASS]
|
if (os == "android") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
|
||||||
|
[NOTRUN, PASS, TIMEOUT]
|
||||||
|
|
||||||
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): NOTRUN
|
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
||||||
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
if (os == "win") and debug and webrender: NOTRUN
|
if (os == "win") and debug and webrender: NOTRUN
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
if (os == "win") and not debug and webrender: NOTRUN
|
||||||
if (os == "win") and not debug: NOTRUN
|
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[unclean HTMLCanvasElement: origin unclear getImageData]
|
[unclean HTMLCanvasElement: origin unclear getImageData]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): NOTRUN
|
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
||||||
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
if (os == "win") and debug and webrender: NOTRUN
|
if (os == "win") and debug and webrender: NOTRUN
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
if (os == "win") and not debug and webrender: NOTRUN
|
||||||
if (os == "win") and not debug: NOTRUN
|
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): [PASS, TIMEOUT]
|
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["TIMEOUT", "PASS"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [TIMEOUT, PASS]
|
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "PASS"]
|
||||||
if not debug and (os == "linux") and webrender and fission: [PASS, TIMEOUT]
|
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
|
||||||
if debug and (os == "linux") and not webrender: [TIMEOUT, PASS]
|
if (os == "win") and not fission and not debug and webrender: ["TIMEOUT", "PASS"]
|
||||||
if not debug and (os == "mac"): [PASS, TIMEOUT]
|
if (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
|
||||||
if debug and (os == "android"): [TIMEOUT, PASS]
|
if (os == "linux") and webrender and debug: ["TIMEOUT", "PASS"]
|
||||||
if webrender and not debug: [PASS, TIMEOUT]
|
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||||
[TIMEOUT, PASS]
|
if (os == "win") and fission: ["TIMEOUT", "PASS"]
|
||||||
|
[PASS, TIMEOUT]
|
||||||
|
|
||||||
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
|
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and not fission and (processor == "x86") and not debug: NOTRUN
|
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
if (os == "win") and not debug and webrender and fission: NOTRUN
|
||||||
if (os == "win") and fission: NOTRUN
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and not fission and (processor == "x86") and not debug: NOTRUN
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
if (os == "win") and fission: NOTRUN
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
|
if (os == "win") and not debug and webrender and fission: NOTRUN
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
|
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): NOTRUN
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
|
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
||||||
if (os == "win") and debug and webrender: NOTRUN
|
if (os == "win") and debug and webrender: NOTRUN
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
if (os == "win") and not debug and webrender: NOTRUN
|
||||||
if (os == "win") and not debug: NOTRUN
|
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and debug and not fission: [NOTRUN, PASS]
|
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
|
||||||
if (os == "linux") and webrender and not debug and fission: [NOTRUN, TIMEOUT, PASS]
|
if (os == "win") and debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT", "PASS"]
|
||||||
if (os == "linux") and webrender and not debug and not fission: [NOTRUN, PASS]
|
|
||||||
if (os == "linux") and not webrender and not debug and (processor == "x86"): [NOTRUN, TIMEOUT]
|
|
||||||
if (os == "win") and not debug and webrender and fission: NOTRUN
|
if (os == "win") and not debug and webrender and fission: NOTRUN
|
||||||
if (os == "win") and not debug and webrender and not fission: [NOTRUN, TIMEOUT]
|
if (os == "win") and not debug and webrender and not fission: ["NOTRUN", "TIMEOUT"]
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
if (os == "win") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
|
||||||
if (os == "win") and debug and webrender: [NOTRUN, TIMEOUT]
|
if (os == "win") and debug and webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
if (os == "win") and debug and not webrender: [NOTRUN, PASS]
|
if (os == "linux") and webrender and not fission: ["NOTRUN", "PASS"]
|
||||||
if (os == "android") and debug: [NOTRUN, PASS, TIMEOUT]
|
if (os == "mac") and debug: ["NOTRUN", "PASS"]
|
||||||
if (os == "mac") and debug: [NOTRUN, PASS]
|
|
||||||
if not webrender and (os == "linux") and debug: [NOTRUN, TIMEOUT, PASS]
|
|
||||||
[NOTRUN, PASS, TIMEOUT]
|
[NOTRUN, PASS, TIMEOUT]
|
||||||
|
|
||||||
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
|
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and webrender and fission: [PASS, NOTRUN]
|
if (os == "win") and not fission and not debug and webrender: ["NOTRUN", "PASS"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): [PASS, NOTRUN]
|
if (os == "linux") and webrender and not debug and fission: ["NOTRUN", "PASS"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, PASS]
|
if (os == "linux") and webrender and not debug and not fission: ["NOTRUN", "PASS"]
|
||||||
if debug and (os == "linux") and not webrender: [NOTRUN, PASS]
|
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["NOTRUN", "PASS"]
|
||||||
if debug and (os == "android"): [NOTRUN, PASS]
|
if (os == "linux") and webrender and debug: ["NOTRUN", "PASS"]
|
||||||
if not debug and (os == "mac"): [PASS, NOTRUN]
|
if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||||
if webrender and not debug: [PASS, NOTRUN]
|
if (os == "mac") and debug: ["NOTRUN", "PASS"]
|
||||||
[NOTRUN, PASS]
|
if (os == "win") and fission: ["NOTRUN", "PASS"]
|
||||||
|
[PASS, NOTRUN]
|
||||||
|
|
||||||
[unclean ImageBitmap: origin unclear getImageData]
|
[unclean ImageBitmap: origin unclear getImageData]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): NOTRUN
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
|
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
||||||
if (os == "win") and debug and webrender: NOTRUN
|
if (os == "win") and debug and webrender: NOTRUN
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
if (os == "win") and not debug and webrender: NOTRUN
|
||||||
if (os == "win") and not debug: NOTRUN
|
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
|
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): NOTRUN
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
|
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
||||||
|
if (os == "win") and not debug and webrender: NOTRUN
|
||||||
if (os == "win") and debug and webrender: NOTRUN
|
if (os == "win") and debug and webrender: NOTRUN
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
|
||||||
if (os == "win") and not debug: NOTRUN
|
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
|
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not fission and (processor == "x86"): NOTRUN
|
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
|
||||||
|
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
|
||||||
if (os == "win") and debug and webrender: NOTRUN
|
if (os == "win") and debug and webrender: NOTRUN
|
||||||
if (os == "win") and not debug: NOTRUN
|
if (os == "win") and not debug and webrender: NOTRUN
|
||||||
if (os == "android") and debug: [NOTRUN, PASS]
|
|
||||||
[NOTRUN, PASS]
|
[NOTRUN, PASS]
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
[offscreencanvas.commit.w.html]
|
[offscreencanvas.commit.w.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and (processor == "x86_64") and webrender and fission: ["OK", "ERROR"]
|
if (os == "linux") and debug and fission: ["ERROR", "OK"]
|
||||||
if (os == "linux") and not debug and (processor == "x86_64") and not webrender: ["OK", "ERROR"]
|
if (os == "linux") and debug and not fission: ["ERROR", "OK"]
|
||||||
if (os == "linux") and debug and webrender and fission: ["OK", "ERROR"]
|
if (os == "win") and debug: ["ERROR", "OK"]
|
||||||
if (os == "win") and not debug and (processor == "x86"): ["OK", "ERROR"]
|
if (os == "mac") and debug: ["ERROR", "OK"]
|
||||||
if (os == "linux") and not debug and (processor == "x86"): ["OK", "ERROR"]
|
[OK, ERROR]
|
||||||
if (os == "mac") and debug: ["OK", "ERROR"]
|
|
||||||
if (os == "android") and debug: ["OK", "ERROR"]
|
|
||||||
if (os == "android") and not debug: ["OK", "ERROR"]
|
|
||||||
[ERROR, OK]
|
|
||||||
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[require-corp-about-blank.html]
|
|
||||||
[A(B(C)) A=require-corp, B=about:blank, C=no-require-corp => C can't load]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[require-corp-about-srcdoc.html]
|
|
||||||
[A(B(C)) A=require-corp, B=about:srcdoc, C=no-require-corp => C can't load]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,99 +0,0 @@
|
||||||
[openee-accessed_openee-coop-ro.https.html]
|
|
||||||
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
|
|
||||||
[w => w.length]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.location = "#"]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.close()]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[w => w.postMessage("")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.top]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.frames]
|
|
||||||
expected:
|
|
||||||
if not debug: NOTRUN
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[w => w.closed]
|
|
||||||
expected:
|
|
||||||
if not debug: TIMEOUT
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[w => w.location]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.focus()]
|
|
||||||
expected:
|
|
||||||
if not debug: NOTRUN
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[w => w.opener = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.blur()]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[w => w["test"\]]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w["test"\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w[0\]]
|
|
||||||
expected:
|
|
||||||
if debug: TIMEOUT
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[w => w.window]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.postMessage("", "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w[0\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.self]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.opener]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[Opener accesses openee (COOP-RO+COEP). Report to openee]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Call foo]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): [TIMEOUT, FAIL]
|
|
||||||
if debug: FAIL
|
|
||||||
[TIMEOUT, FAIL]
|
|
||||||
|
|
||||||
[Call location]
|
|
||||||
expected:
|
|
||||||
if ccov and (os == "linux"): TIMEOUT
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [TIMEOUT, NOTRUN, FAIL]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
|
||||||
if debug: FAIL
|
|
||||||
[NOTRUN, TIMEOUT]
|
|
||||||
|
|
||||||
[Call postMessage]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
|
||||||
if debug and (os == "mac"): TIMEOUT
|
|
||||||
if debug and (os == "linux"): [TIMEOUT, FAIL]
|
|
||||||
if debug and (os == "win"): TIMEOUT
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[Call opener]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
|
|
||||||
if debug: FAIL
|
|
||||||
NOTRUN
|
|
||||||
|
|
|
@ -1,90 +0,0 @@
|
||||||
[openee-accessed_openee-coop.https.html]
|
|
||||||
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
|
|
||||||
[w => w.length]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.location = "#"]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.close()]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[w => w.postMessage("")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.top]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.frames]
|
|
||||||
expected:
|
|
||||||
if not debug: NOTRUN
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[w => w.closed]
|
|
||||||
expected:
|
|
||||||
if not debug: TIMEOUT
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[w => w.location]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.focus()]
|
|
||||||
expected:
|
|
||||||
if not debug: NOTRUN
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[w => w.opener = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.blur()]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[w => w["test"\]]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w["test"\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w[0\]]
|
|
||||||
expected:
|
|
||||||
if debug: TIMEOUT
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[w => w.window]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.postMessage("", "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w[0\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.self]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[w => w.opener]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[Call opener]
|
|
||||||
expected:
|
|
||||||
if (ccov and (os == "linux")) or (os == "win"): TIMEOUT
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
|
|
||||||
if debug: FAIL
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[Opener accesses openee (COOP+COEP). Report to openee]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Call location]
|
|
||||||
expected:
|
|
||||||
if ccov and (os == "linux"): TIMEOUT
|
|
||||||
if ccov and (os == "win"): FAIL
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): NOTRUN
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT, FAIL]
|
|
||||||
if not debug and (os == "linux") and webrender and not fission: [NOTRUN, TIMEOUT]
|
|
||||||
if not debug and (os == "linux") and webrender and fission: NOTRUN
|
|
||||||
if not debug and (os == "win") and not webrender: [NOTRUN, TIMEOUT]
|
|
||||||
if not debug and (os == "win") and webrender: NOTRUN
|
|
||||||
if not debug and (os == "mac"): NOTRUN
|
|
||||||
FAIL
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[openee-accessed_opener-coop-ro.https.html]
|
|
||||||
[Opener (COOP-RO+COEP) accesses openee. Report to opener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[openee-accessed_opener-coop.https.html]
|
|
||||||
[Opener (COOP+COEP) accesses openee. Report to opener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,116 +0,0 @@
|
||||||
[opener-accessed_openee-coop-ro.https.html]
|
|
||||||
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
|
|
||||||
[opener.postMessage(""))]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.location = "#")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.top)]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.postMessage("", ""))]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.opener)]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener[0\] = "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.closed)]
|
|
||||||
expected:
|
|
||||||
if not debug: TIMEOUT
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[opener.self)]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.focus())]
|
|
||||||
expected:
|
|
||||||
if not debug: NOTRUN
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[opener.location)]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener[0\])]
|
|
||||||
expected:
|
|
||||||
if debug and not webrender and (os == "win") and (processor == "x86_64"): [TIMEOUT, NOTRUN]
|
|
||||||
if debug and not webrender and (os == "win") and (processor == "x86"): [TIMEOUT, NOTRUN]
|
|
||||||
if debug and not webrender and (os == "linux"): [TIMEOUT, NOTRUN]
|
|
||||||
if debug and webrender and (os == "win"): TIMEOUT
|
|
||||||
if debug and webrender and (os == "linux"): [TIMEOUT, NOTRUN]
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[opener["test"\])]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.blur())]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[opener.length)]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.window)]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener["test"\] = "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.opener = "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[opener.frames)]
|
|
||||||
expected:
|
|
||||||
if debug and not webrender and (os == "win") and (processor == "x86_64"): [FAIL, TIMEOUT]
|
|
||||||
if debug and not webrender and (os == "win") and (processor == "x86"): [FAIL, TIMEOUT]
|
|
||||||
if debug and not webrender and (os == "linux"): [FAIL, TIMEOUT]
|
|
||||||
if debug and webrender and (os == "win"): FAIL
|
|
||||||
if debug and webrender and (os == "linux"): [FAIL, TIMEOUT]
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[opener.close())]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Call opener]
|
|
||||||
expected:
|
|
||||||
if (ccov and (os == "linux")) or (os == "win"): TIMEOUT
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, FAIL]
|
|
||||||
if debug: FAIL
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[Openee (COOP-RO+COEP) accesses opener. Report to openee]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Call foo]
|
|
||||||
expected:
|
|
||||||
if (os == "mac") and not debug: TIMEOUT
|
|
||||||
if (os == "linux") and webrender and not debug: FAIL
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[Call location]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [TIMEOUT, FAIL]
|
|
||||||
if not debug and (os == "mac"): NOTRUN
|
|
||||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
|
||||||
if ccov and (os == "win"): FAIL
|
|
||||||
if debug: FAIL
|
|
||||||
|
|
||||||
[Call postMessage]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
|
||||||
if debug and (os == "linux") and not webrender: [TIMEOUT, FAIL]
|
|
||||||
if debug and (os == "linux") and webrender: [TIMEOUT, FAIL]
|
|
||||||
if debug and (os == "win") and (processor == "x86_64"): [TIMEOUT, FAIL]
|
|
||||||
if debug and (os == "win") and (processor == "x86"): TIMEOUT
|
|
||||||
if debug and (os == "mac"): TIMEOUT
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[Call window]
|
|
||||||
expected:
|
|
||||||
if debug and (os == "linux") and webrender: [NOTRUN, TIMEOUT]
|
|
||||||
if debug and (os == "linux") and not webrender: [NOTRUN, TIMEOUT]
|
|
||||||
if debug and (os == "win") and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
|
||||||
NOTRUN
|
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
[opener-accessed_openee-coop.https.html]
|
|
||||||
expected: CRASH
|
|
||||||
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1648450
|
|
||||||
[Openee (COOP+COEP) accesses opener. Report to openee]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Call postMessage]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
|
||||||
if debug and (os == "linux") and fission: [FAIL, TIMEOUT]
|
|
||||||
if debug and (os == "win") and (processor == "x86_64"): [TIMEOUT, FAIL]
|
|
||||||
if debug and (os == "win") and (processor == "x86"): TIMEOUT
|
|
||||||
if debug and (os == "mac"): TIMEOUT
|
|
||||||
if not debug and webrender: NOTRUN
|
|
||||||
[TIMEOUT, FAIL]
|
|
||||||
|
|
||||||
[Call window]
|
|
||||||
expected:
|
|
||||||
if debug and (os == "linux") and fission: [TIMEOUT, NOTRUN]
|
|
||||||
if debug and (os == "win") and (processor == "x86_64"): [NOTRUN, TIMEOUT]
|
|
||||||
if debug and webrender: [NOTRUN, TIMEOUT]
|
|
||||||
if debug and not webrender: [NOTRUN, TIMEOUT]
|
|
||||||
NOTRUN
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[opener-accessed_opener-coop-ro.https.html]
|
|
||||||
[Openee accesses opener (COOP-RO-COEP). Report to opener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[opener-accessed_opener-coop.https.html]
|
|
||||||
[Openee accesses opener (COOP-COEP). Report to opener]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,137 +0,0 @@
|
||||||
[property.https.html]
|
|
||||||
expected: TIMEOUT
|
|
||||||
[cross-origin > w => w.blur()]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[cross-origin > w => w.close()]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[same-site > w => w.opener]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w["test"\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.window]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.blur()]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.focus()]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w[0\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.postMessage("", "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.top]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.opener = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.top]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.location]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w["test"\]]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.location = "#"]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.length]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.opener = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w["test"\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.postMessage("")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.closed]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
|
||||||
if debug: FAIL
|
|
||||||
TIMEOUT
|
|
||||||
|
|
||||||
[same-site > w => w.location = "#"]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.self]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.postMessage("", "")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.close()]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.frames]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.length]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.closed]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.self]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.opener]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.frames]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
|
||||||
if debug and (os == "linux") and webrender: FAIL
|
|
||||||
if debug and (os == "linux") and not webrender: TIMEOUT
|
|
||||||
if debug and (os == "mac"): ["TIMEOUT", "FAIL"]
|
|
||||||
if debug and (os == "win"): FAIL
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w[0\]]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
|
||||||
if debug and (os == "linux") and webrender: TIMEOUT
|
|
||||||
if debug and (os == "mac"): ["NOTRUN", "TIMEOUT"]
|
|
||||||
if debug and (os == "win"): TIMEOUT
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w[0\]]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w.location]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.focus()]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
|
||||||
if debug: FAIL
|
|
||||||
NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w["test"\]]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.postMessage("")]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[same-site > w => w[0\] = ""]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[cross-origin > w => w.window]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
[reporting-popup-same-origin.https.html]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
|
||||||
if not debug and (os == "linux") and webrender: TIMEOUT
|
|
||||||
if not debug and (os == "mac"): TIMEOUT
|
|
||||||
if not debug and (os == "win"): TIMEOUT
|
|
||||||
[coop reporting test reporting-same-origin_to_CROSS_ORIGIN_unsafe-none--report-to--coop-popup-report-endpoint-_]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and webrender and fission: TIMEOUT
|
|
||||||
if not debug and (os == "linux") and webrender and not fission: ["NOTRUN", "TIMEOUT"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
|
||||||
if not debug and (os == "win"): TIMEOUT
|
|
||||||
if not debug and (os == "mac"): ["NOTRUN", "TIMEOUT"]
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[coop reporting test reporting-same-origin_to_SAME_ORIGIN_unsafe-none--report-to--coop-popup-report-endpoint-_]
|
|
||||||
expected:
|
|
||||||
if (os == "linux") and (processor == "x86_64") and not debug and webrender and not fission: ["TIMEOUT", "FAIL"]
|
|
||||||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
|
||||||
if (os == "linux") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
|
||||||
if (os == "mac") and not debug: ["TIMEOUT", "FAIL"]
|
|
||||||
FAIL
|
|
||||||
|
|
||||||
[coop reporting test reporting-same-origin_to_CROSS_ORIGIN_same-origin--report-to--coop-popup-report-endpoint-_]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[verify remaining reports]
|
|
||||||
expected:
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
|
||||||
if not debug and (os == "linux") and webrender: NOTRUN
|
|
||||||
if not debug and (os == "mac"): NOTRUN
|
|
||||||
if not debug and (os == "win"): NOTRUN
|
|
||||||
|
|
|
@ -4,7 +4,11 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[cross-origin > w => w.close()]
|
[cross-origin > w => w.close()]
|
||||||
expected: FAIL
|
expected:
|
||||||
|
if not debug and not webrender and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and not webrender and (os == "mac"): TIMEOUT
|
||||||
|
FAIL
|
||||||
|
|
||||||
[same-site > w => w.opener]
|
[same-site > w => w.opener]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
@ -59,7 +63,13 @@
|
||||||
|
|
||||||
[cross-origin > w => w.closed]
|
[cross-origin > w => w.closed]
|
||||||
expected:
|
expected:
|
||||||
if not debug: TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
||||||
|
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "win") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[same-site > w => w.location = "#"]
|
[same-site > w => w.location = "#"]
|
||||||
|
@ -91,17 +101,22 @@
|
||||||
|
|
||||||
[cross-origin > w => w.frames]
|
[cross-origin > w => w.frames]
|
||||||
expected:
|
expected:
|
||||||
if debug and (processor == "x86_64") and (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
|
if debug and not fission and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
|
||||||
if debug and (processor == "x86_64") and (os == "linux") and not webrender: TIMEOUT
|
if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
|
||||||
if debug and (processor == "x86_64") and (os == "win") and not webrender: ["TIMEOUT", "FAIL"]
|
if debug and not fission and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
||||||
if debug and (processor == "x86_64") and (os == "win") and webrender: TIMEOUT
|
if debug and not fission and (os == "linux") and not webrender: TIMEOUT
|
||||||
if debug and (processor == "x86"): TIMEOUT
|
if debug and not fission and (os == "win") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||||
|
if debug and not fission and (os == "mac"): TIMEOUT
|
||||||
|
if debug and fission: ["FAIL", "TIMEOUT"]
|
||||||
NOTRUN
|
NOTRUN
|
||||||
|
|
||||||
[cross-origin > w => w[0\]]
|
[cross-origin > w => w[0\]]
|
||||||
expected:
|
expected:
|
||||||
if debug and (processor == "x86_64") and (os == "linux") and webrender: ["TIMEOUT", "NOTRUN"]
|
if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
|
||||||
if debug and (processor == "x86_64") and (os == "win") and not webrender: ["NOTRUN", "TIMEOUT"]
|
if debug and not fission and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
|
if debug and fission: ["TIMEOUT", "NOTRUN"]
|
||||||
NOTRUN
|
NOTRUN
|
||||||
|
|
||||||
[same-site > w => w[0\]]
|
[same-site > w => w[0\]]
|
||||||
|
@ -112,7 +127,11 @@
|
||||||
|
|
||||||
[cross-origin > w => w.focus()]
|
[cross-origin > w => w.focus()]
|
||||||
expected:
|
expected:
|
||||||
if not debug: NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||||
|
if not debug and (os == "linux") and webrender: NOTRUN
|
||||||
|
if not debug and (os == "win"): NOTRUN
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[cross-origin > w => w["test"\]]
|
[cross-origin > w => w["test"\]]
|
||||||
|
|
|
@ -1,27 +1,33 @@
|
||||||
[reporting-popup-same-origin-allow-popups-report-to.https.html]
|
[reporting-popup-same-origin-allow-popups-report-to.https.html]
|
||||||
expected:
|
expected:
|
||||||
if not debug: TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||||
|
if debug: OK
|
||||||
|
TIMEOUT
|
||||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ]
|
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): NOTRUN
|
||||||
if not debug and (os == "win") and webrender: ["TIMEOUT", "NOTRUN"]
|
|
||||||
if not debug and (os == "linux") and not webrender: NOTRUN
|
|
||||||
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
|
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
|
||||||
|
if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
|
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||||
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (os == "linux") and not webrender: TIMEOUT
|
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: ["FAIL", "TIMEOUT"]
|
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and (os == "mac"): TIMEOUT
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[verify remaining reports]
|
[verify remaining reports]
|
||||||
expected:
|
expected:
|
||||||
if not debug: NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
|
if debug: PASS
|
||||||
|
NOTRUN
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -1,22 +1,35 @@
|
||||||
[reporting-popup-same-origin-coep-report-to.https.html]
|
[reporting-popup-same-origin-coep-report-to.https.html]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
|
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
|
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||||
if not debug and (os == "win") and webrender: ["OK", "TIMEOUT"]
|
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||||
if not debug and (os == "linux"): TIMEOUT
|
if not debug and not webrender and (os == "win") and (processor == "x86_64"): TIMEOUT
|
||||||
|
if not debug and webrender and (os == "win") and fission: ["OK", "TIMEOUT"]
|
||||||
|
if not debug and webrender and (os == "win") and not fission: ["TIMEOUT", "OK"]
|
||||||
|
if not debug and not webrender and (os == "mac"): TIMEOUT
|
||||||
|
if not debug and webrender and (os == "linux"): TIMEOUT
|
||||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
|
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (processor == "x86_64") and webrender and (os == "linux"): ["TIMEOUT", "FAIL"]
|
if not debug and not webrender and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (processor == "x86_64") and webrender and (os == "win"): ["FAIL", "TIMEOUT"]
|
if not debug and not webrender and (processor == "x86") and (os == "win"): ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (processor == "x86_64") and not webrender: TIMEOUT
|
if not debug and not webrender and (processor == "x86_64") and (os == "linux"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and not webrender and (processor == "x86_64") and (os == "win"): TIMEOUT
|
||||||
|
if not debug and not webrender and (processor == "x86_64") and (os == "mac"): TIMEOUT
|
||||||
|
if not debug and webrender and (os == "win") and fission: ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and webrender and (os == "win") and not fission: ["TIMEOUT", "FAIL"]
|
||||||
|
if not debug and webrender and (os == "linux"): ["TIMEOUT", "FAIL"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[verify remaining reports]
|
[verify remaining reports]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (processor == "x86_64") and webrender and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
|
if not debug and (processor == "x86_64") and (os == "win") and webrender and fission: ["PASS", "TIMEOUT", "NOTRUN"]
|
||||||
if not debug and (processor == "x86_64") and webrender and (os == "linux"): ["NOTRUN", "TIMEOUT"]
|
if not debug and (processor == "x86_64") and (os == "win") and webrender and not fission: ["NOTRUN", "PASS", "TIMEOUT"]
|
||||||
if not debug and (processor == "x86_64") and not webrender: NOTRUN
|
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["PASS", "NOTRUN"]
|
||||||
if not debug and (processor == "x86"): ["PASS", "TIMEOUT"]
|
if not debug and (processor == "x86_64") and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
|
if not debug and (processor == "x86_64") and (os == "win") and not webrender: NOTRUN
|
||||||
|
if not debug and (processor == "x86_64") and (os == "mac"): NOTRUN
|
||||||
|
if not debug and (processor == "x86") and (os == "linux"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||||
|
if not debug and (processor == "x86") and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -1,24 +1,41 @@
|
||||||
[reporting-popup-same-origin-report-to.https.html]
|
[reporting-popup-same-origin-report-to.https.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and debug and webrender: ["TIMEOUT", "OK"]
|
if not fission and (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||||
|
if not fission and (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||||
|
if not fission and (os == "linux") and debug and webrender: ["TIMEOUT", "OK"]
|
||||||
|
if not fission and (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
|
||||||
|
if fission and debug: ["OK", "TIMEOUT"]
|
||||||
TIMEOUT
|
TIMEOUT
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
|
||||||
expected:
|
expected:
|
||||||
if debug and (os == "linux") and not webrender: TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||||
if debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"]
|
||||||
if debug and (os == "win"): TIMEOUT
|
if debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||||
|
if debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
|
||||||
|
if debug and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
|
||||||
|
if debug and (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
|
||||||
|
if debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
|
||||||
|
if debug and (os == "mac"): TIMEOUT
|
||||||
NOTRUN
|
NOTRUN
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
|
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
|
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||||
if not debug and (processor == "x86_64") and (os == "win"): TIMEOUT
|
if (os == "linux") and webrender and not debug: ["TIMEOUT", "FAIL"]
|
||||||
|
if (os == "linux") and not webrender and debug: ["FAIL", "TIMEOUT"]
|
||||||
|
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
|
||||||
|
if (os == "win") and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||||
|
if (os == "mac") and not debug: TIMEOUT
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[verify remaining reports]
|
[verify remaining reports]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and debug and webrender: ["NOTRUN", "PASS"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["NOTRUN", "PASS"]
|
||||||
|
if debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||||
|
if debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
|
||||||
|
if debug and (os == "linux") and webrender: ["PASS", "NOTRUN"]
|
||||||
|
if debug and (os == "win") and webrender: ["NOTRUN", "PASS"]
|
||||||
NOTRUN
|
NOTRUN
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||||
|
@ -26,14 +43,18 @@
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
|
||||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
|
||||||
if not debug and (processor == "x86_64") and (os == "win"): NOTRUN
|
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
if not debug and (processor == "x86"): TIMEOUT
|
if not debug and (os == "win") and (processor == "x86_64"): NOTRUN
|
||||||
|
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug: NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||||
FAIL
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||||
|
if debug: FAIL
|
||||||
|
NOTRUN
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,36 @@
|
||||||
[reporting-popup-same-origin.https.html]
|
[reporting-popup-same-origin.https.html]
|
||||||
expected:
|
expected:
|
||||||
if not debug: TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||||
|
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "mac"): TIMEOUT
|
||||||
|
if not debug and (os == "win"): TIMEOUT
|
||||||
[coop reporting test reporting same origin to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug: TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "win"): TIMEOUT
|
||||||
|
if not debug and (os == "mac"): TIMEOUT
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug: NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||||
|
if not debug and (os == "linux") and webrender: NOTRUN
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
|
if not debug and (os == "win"): NOTRUN
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[verify remaining reports]
|
[verify remaining reports]
|
||||||
expected:
|
expected:
|
||||||
if not debug: NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
|
if not debug and (os == "linux") and webrender: NOTRUN
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
|
if not debug and (os == "win"): NOTRUN
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,41 @@
|
||||||
[reporting-popup-unafe-none-report-to.https.html]
|
[reporting-popup-unafe-none-report-to.https.html]
|
||||||
expected:
|
expected:
|
||||||
if not debug: TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
|
||||||
|
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "mac"): TIMEOUT
|
||||||
|
if not debug and (os == "win"): TIMEOUT
|
||||||
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
|
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
|
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["NOTRUN", "TIMEOUT"]
|
||||||
if not debug and (os == "win") and webrender: ["TIMEOUT", "NOTRUN"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
|
||||||
if not debug and (os == "linux"): NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
|
||||||
|
if not debug and (os == "win") and (processor == "x86_64") and not webrender: ["NOTRUN", "TIMEOUT"]
|
||||||
|
if not debug and (os == "linux") and webrender: NOTRUN
|
||||||
|
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: ["FAIL", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
|
||||||
if not debug and (os == "linux"): TIMEOUT
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and (os == "win") and (processor == "x86_64") and not webrender: ["TIMEOUT", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and webrender: TIMEOUT
|
||||||
|
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
||||||
|
if not debug and (os == "mac"): TIMEOUT
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[verify remaining reports]
|
[verify remaining reports]
|
||||||
expected:
|
expected:
|
||||||
if not debug: NOTRUN
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
|
||||||
|
if not debug and (os == "linux") and webrender: NOTRUN
|
||||||
|
if not debug and (os == "win"): NOTRUN
|
||||||
|
if not debug and (os == "mac"): NOTRUN
|
||||||
|
|
||||||
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -2,12 +2,10 @@ implementation-status: backlog
|
||||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
|
||||||
[blob-data.https.html]
|
[blob-data.https.html]
|
||||||
expected:
|
expected:
|
||||||
if (processor == "x86_64") and (os == "win") and not debug and not webrender: ["OK", "TIMEOUT"]
|
if (os == "win") and (processor == "x86_64") and debug and webrender: ["OK", "TIMEOUT"]
|
||||||
if (processor == "x86_64") and (os == "win") and not debug and webrender: ["OK", "TIMEOUT"]
|
if (os == "linux") and webrender and debug: ["OK", "TIMEOUT"]
|
||||||
if (processor == "x86_64") and (os == "win") and debug and webrender: ["OK", "TIMEOUT"]
|
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
|
||||||
if (processor == "x86_64") and (os == "mac") and debug: ["OK", "TIMEOUT"]
|
if (os == "mac") and debug: ["OK", "TIMEOUT"]
|
||||||
if (processor == "x86") and debug: ["OK", "TIMEOUT"]
|
|
||||||
if (processor == "x86") and not debug: ["OK", "TIMEOUT"]
|
|
||||||
[TIMEOUT, OK]
|
[TIMEOUT, OK]
|
||||||
[data frame: self.isSecureContext]
|
[data frame: self.isSecureContext]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -45,9 +45,9 @@
|
||||||
|
|
||||||
[utf-16be.html?include=workers]
|
[utf-16be.html?include=workers]
|
||||||
expected:
|
expected:
|
||||||
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||||
|
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
|
||||||
if (os == "android") and debug: ["TIMEOUT", "OK"]
|
if (os == "android") and debug: ["TIMEOUT", "OK"]
|
||||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
|
||||||
[OK, TIMEOUT]
|
[OK, TIMEOUT]
|
||||||
[SharedWorker() in a shared worker]
|
[SharedWorker() in a shared worker]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -61,8 +61,8 @@
|
||||||
|
|
||||||
[SharedWorker constructor]
|
[SharedWorker constructor]
|
||||||
expected:
|
expected:
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
|
||||||
if (os == "android") and debug: ["TIMEOUT", "PASS"]
|
if (os == "android") and debug: ["TIMEOUT", "PASS"]
|
||||||
[PASS, TIMEOUT]
|
[PASS, TIMEOUT]
|
||||||
|
|
||||||
|
|
|
@ -43,23 +43,27 @@
|
||||||
|
|
||||||
[utf-16le.html?include=workers]
|
[utf-16le.html?include=workers]
|
||||||
expected:
|
expected:
|
||||||
if not debug and webrender and (os == "linux") and not fission: ["TIMEOUT", "OK"]
|
if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"]
|
||||||
if debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
|
if (os == "linux") and debug and not webrender: ["TIMEOUT", "OK"]
|
||||||
|
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
||||||
[OK, TIMEOUT]
|
[OK, TIMEOUT]
|
||||||
[SharedWorker() in a shared worker]
|
[SharedWorker() in a shared worker]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[importScripts() in a shared worker]
|
[importScripts() in a shared worker]
|
||||||
expected:
|
expected:
|
||||||
if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
|
if (processor == "x86_64") and (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
|
||||||
if not webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
|
if (processor == "x86") and (os == "win") and debug: ["FAIL", "TIMEOUT"]
|
||||||
if not webrender and (os == "mac"): ["FAIL", "TIMEOUT"]
|
if (processor == "x86") and (os == "win") and not debug: ["FAIL", "TIMEOUT"]
|
||||||
|
if (processor == "x86_64") and (os == "mac"): ["FAIL", "TIMEOUT"]
|
||||||
|
if (processor == "x86") and (os == "linux"): ["FAIL", "TIMEOUT"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[SharedWorker constructor]
|
[SharedWorker constructor]
|
||||||
expected:
|
expected:
|
||||||
if not debug and webrender and (os == "linux") and not fission: ["TIMEOUT", "PASS"]
|
if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"]
|
||||||
if debug and (os == "linux") and not webrender: ["TIMEOUT", "PASS"]
|
if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"]
|
||||||
|
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
||||||
[PASS, TIMEOUT]
|
[PASS, TIMEOUT]
|
||||||
|
|
||||||
[SharedWorker() in a dedicated worker]
|
[SharedWorker() in a dedicated worker]
|
||||||
|
|
|
@ -33,10 +33,7 @@
|
||||||
|
|
||||||
[utf-8.html?include=workers]
|
[utf-8.html?include=workers]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
if (os == "android") and debug: ["TIMEOUT", "OK"]
|
||||||
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
|
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
|
||||||
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
|
||||||
[OK, TIMEOUT]
|
[OK, TIMEOUT]
|
||||||
[SharedWorker() in a shared worker]
|
[SharedWorker() in a shared worker]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -49,10 +46,7 @@
|
||||||
|
|
||||||
[SharedWorker constructor]
|
[SharedWorker constructor]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
if (os == "android") and debug: ["TIMEOUT", "PASS"]
|
||||||
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"]
|
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
|
||||||
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
|
||||||
[PASS, TIMEOUT]
|
[PASS, TIMEOUT]
|
||||||
|
|
||||||
[SharedWorker() in a dedicated worker]
|
[SharedWorker() in a dedicated worker]
|
||||||
|
|
|
@ -287,10 +287,8 @@
|
||||||
|
|
||||||
[windows-1251.html?include=workers]
|
[windows-1251.html?include=workers]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
|
||||||
if (os == "android") and not debug: ["TIMEOUT", "OK"]
|
if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"]
|
||||||
if (os == "android") and debug: ["TIMEOUT", "OK"]
|
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "OK"]
|
|
||||||
[OK, TIMEOUT]
|
[OK, TIMEOUT]
|
||||||
[SharedWorker() in a shared worker]
|
[SharedWorker() in a shared worker]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -302,10 +300,8 @@
|
||||||
|
|
||||||
[SharedWorker constructor]
|
[SharedWorker constructor]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
|
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
|
||||||
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
|
if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"]
|
||||||
if (os == "android") and debug: ["TIMEOUT", "PASS"]
|
|
||||||
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
|
|
||||||
[PASS, TIMEOUT]
|
[PASS, TIMEOUT]
|
||||||
|
|
||||||
[SharedWorker() in a dedicated worker]
|
[SharedWorker() in a dedicated worker]
|
||||||
|
|
|
@ -115,7 +115,8 @@
|
||||||
|
|
||||||
[windows-1252.html?include=workers]
|
[windows-1252.html?include=workers]
|
||||||
expected:
|
expected:
|
||||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "OK"]
|
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
|
||||||
|
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
|
||||||
[OK, TIMEOUT]
|
[OK, TIMEOUT]
|
||||||
[SharedWorker() in a shared worker]
|
[SharedWorker() in a shared worker]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -128,7 +129,8 @@
|
||||||
|
|
||||||
[SharedWorker constructor]
|
[SharedWorker constructor]
|
||||||
expected:
|
expected:
|
||||||
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "PASS"]
|
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS"]
|
||||||
|
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
|
||||||
[PASS, TIMEOUT]
|
[PASS, TIMEOUT]
|
||||||
|
|
||||||
[SharedWorker() in a dedicated worker]
|
[SharedWorker() in a dedicated worker]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[queue-non-focusable.html]
|
[queue-non-focusable.html]
|
||||||
[If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.]
|
[If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if (os == "android") and not debug: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "android"): ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[iframe-scrolling-attribute.html]
|
[iframe-scrolling-attribute.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not webrender and debug: ["PASS", "FAIL"]
|
|
||||||
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL", "ERROR"]
|
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL", "ERROR"]
|
||||||
|
if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
|
||||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||||
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
if (os == "mac") and not debug: ["PASS", "FAIL"]
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
leak-threshold: [default:51200, gpu:51200]
|
lsan-allowed: [Alloc, Create, MakeUnique, Malloc, PLDHashTable::Add, Realloc, allocate, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::Permission::Create, mozilla::ThrottledEventQueue::Create, mozilla::WeakPtr, mozilla::dom::BrowsingContext::Attach, mozilla::dom::BrowsingContext::CreateDetached, mozilla::dom::CanonicalBrowsingContext::GetSecureBrowserUI, mozilla::dom::ReferrerInfo::Clone, mozilla::extensions::ChannelWrapper::ChannelWrapper, mozilla::net::HttpBaseChannel::CloneLoadInfoForRedirect, mozilla::net::HttpBaseChannel::HttpBaseChannel, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsHashPropertyBagBase::SetPropertyAsInterface, nsStringBuffer::Alloc, operator]
|
||||||
|
leak-threshold: [default:51200, gpu:51200, rdd:51200]
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
[iframe-loading-lazy.tentative.html]
|
[iframe-loading-lazy.tentative.html]
|
||||||
[Test that iframes with loading='lazy' load once they enter the viewport.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Below-viewport srcdoc iframes load lazily]
|
[Below-viewport srcdoc iframes load lazily]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[after-prepare-createHTMLDocument-fetch-error-external-classic.html]
|
[after-prepare-createHTMLDocument-fetch-error-external-classic.html]
|
||||||
[<script> error: Move fetch-error external classic script to createHTMLDocument after-prepare]
|
[<script> error: Move fetch-error external classic script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[after-prepare-createHTMLDocument-fetch-error-external-module.html]
|
[after-prepare-createHTMLDocument-fetch-error-external-module.html]
|
||||||
[<script> error: Move fetch-error external module script to createHTMLDocument after-prepare]
|
[<script> error: Move fetch-error external module script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and webrender: PASS
|
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[after-prepare-createHTMLDocument-parse-error-external-classic.html]
|
[after-prepare-createHTMLDocument-parse-error-external-classic.html]
|
||||||
[<script> load: Move parse-error external classic script to createHTMLDocument after-prepare]
|
[<script> load: Move parse-error external classic script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
[after-prepare-createHTMLDocument-parse-error-external-module.html]
|
[after-prepare-createHTMLDocument-parse-error-external-module.html]
|
||||||
[window error: Move parse-error external module script to createHTMLDocument after-prepare]
|
[window error: Move parse-error external module script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[<script> load: Move parse-error external module script to createHTMLDocument after-prepare]
|
[<script> load: Move parse-error external module script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[after-prepare-createHTMLDocument-success-external-classic.html]
|
[after-prepare-createHTMLDocument-success-external-classic.html]
|
||||||
[Eval: Move success external classic script to createHTMLDocument after-prepare]
|
[Eval: Move success external classic script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
[<script> load: Move success external classic script to createHTMLDocument after-prepare]
|
[<script> load: Move success external classic script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
[after-prepare-createHTMLDocument-success-external-module.html]
|
[after-prepare-createHTMLDocument-success-external-module.html]
|
||||||
[<script> load: Move success external module script to createHTMLDocument after-prepare]
|
[<script> load: Move success external module script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[Eval: Move success external module script to createHTMLDocument after-prepare]
|
[Eval: Move success external module script to createHTMLDocument after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[after-prepare-iframe-parse-error-external-classic.html]
|
[after-prepare-iframe-parse-error-external-classic.html]
|
||||||
[<script> load: Move parse-error external classic script to iframe after-prepare]
|
[<script> load: Move parse-error external classic script to iframe after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[after-prepare-iframe-parse-error-external-module.html]
|
[after-prepare-iframe-parse-error-external-module.html]
|
||||||
[<script> error: Move parse-error external module script to iframe after-prepare]
|
[<script> error: Move parse-error external module script to iframe after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||||
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: FAIL
|
if not debug and (os == "win") and webrender: FAIL
|
||||||
|
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||||
if not debug and (os == "mac"): FAIL
|
if not debug and (os == "mac"): FAIL
|
||||||
|
|
||||||
[window error: Move parse-error external module script to iframe after-prepare]
|
[window error: Move parse-error external module script to iframe after-prepare]
|
||||||
|
@ -22,12 +22,12 @@
|
||||||
|
|
||||||
[<script> load: Move parse-error external module script to iframe after-prepare]
|
[<script> load: Move parse-error external module script to iframe after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[after-prepare-iframe-parse-error-inline-classic.html]
|
[after-prepare-iframe-parse-error-inline-classic.html]
|
||||||
[window error: Move parse-error inline classic script to iframe after-prepare]
|
[window error: Move parse-error inline classic script to iframe after-prepare]
|
||||||
expected:
|
expected:
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and webrender: PASS
|
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "win") and webrender: PASS
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[after-prepare-iframe-success-external-classic.html]
|
[after-prepare-iframe-success-external-classic.html]
|
||||||
[<script> error: Move success external classic script to iframe after-prepare]
|
[<script> error: Move success external classic script to iframe after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
|
||||||
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
|
||||||
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
|
||||||
if not debug and (os == "win") and webrender: FAIL
|
if not debug and (os == "win") and webrender: FAIL
|
||||||
if not debug and (os == "mac"): FAIL
|
if not debug and (os == "mac"): FAIL
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[after-prepare-iframe-success-inline-classic.html]
|
[after-prepare-iframe-success-inline-classic.html]
|
||||||
[Eval: Move success inline classic script to iframe after-prepare]
|
[Eval: Move success inline classic script to iframe after-prepare]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
|
||||||
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
||||||
|
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
||||||
if not debug and (os == "win") and webrender: PASS
|
if not debug and (os == "win") and webrender: PASS
|
||||||
|
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
|
||||||
if not debug and (os == "mac"): PASS
|
if not debug and (os == "mac"): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,22 @@
|
||||||
[before-prepare-iframe-fetch-error-external-classic.html]
|
[before-prepare-iframe-fetch-error-external-classic.html]
|
||||||
|
expected:
|
||||||
|
if (os == "win") and debug and webrender: ["OK", "ERROR"]
|
||||||
[<script> error: Move fetch-error external classic script to iframe before-prepare]
|
[<script> error: Move fetch-error external classic script to iframe before-prepare]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not fission and not debug: ["PASS", "FAIL"]
|
if (os == "linux") and debug and webrender: ["PASS", "FAIL"]
|
||||||
if (os == "linux") and webrender and not fission and debug: ["PASS", "FAIL"]
|
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
|
||||||
if (os == "linux") and webrender and fission: ["PASS", "FAIL"]
|
|
||||||
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"]
|
|
||||||
if (os == "mac") and debug: ["PASS", "FAIL"]
|
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||||
|
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
[Eval: Move fetch-error external classic script to iframe before-prepare]
|
||||||
|
expected:
|
||||||
|
if (os == "win") and debug and webrender: ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
|
[<script> load: Move fetch-error external classic script to iframe before-prepare]
|
||||||
|
expected:
|
||||||
|
if (os == "win") and debug and webrender: ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
|
[window error: Move fetch-error external classic script to iframe before-prepare]
|
||||||
|
expected:
|
||||||
|
if (os == "win") and debug and webrender: ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
[<script> error: Move fetch-error external module script to iframe before-prepare]
|
[<script> error: Move fetch-error external module script to iframe before-prepare]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
|
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
|
||||||
|
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[before-prepare-iframe-parse-error-external-classic.html]
|
[before-prepare-iframe-parse-error-external-classic.html]
|
||||||
[<script> error: Move parse-error external classic script to iframe before-prepare]
|
[<script> error: Move parse-error external classic script to iframe before-prepare]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
|
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
|
||||||
|
if (os == "mac") and debug: ["PASS", "FAIL"]
|
||||||
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
if (os == "linux") and not debug: ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче