diff --git a/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini b/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini index d3678815fab0..9bd11b9339db 100644 --- a/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini @@ -108,7 +108,7 @@ [File: [object File\]] expected: - if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"] [NOTRUN, PASS, TIMEOUT] [Not serializable: Event: [object Event\]] @@ -119,7 +119,7 @@ [Blob: [object Blob\]] expected: - if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"] + if (os == "android") and not debug: ["PASS", "TIMEOUT"] [TIMEOUT, PASS] diff --git a/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini b/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini index 8e7d5301344a..bfbe79de6d86 100644 --- a/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini +++ b/testing/web-platform/meta/background-fetch/fetch.https.window.js.ini @@ -1,7 +1,8 @@ [fetch.https.window.html] expected: - if debug and not webrender and (os == "mac"): ["OK", "TIMEOUT"] - if debug and webrender: ["OK", "TIMEOUT"] + if debug and (os == "linux") and webrender: ["OK", "TIMEOUT"] + if debug and (os == "win") and webrender: ["OK", "TIMEOUT"] + if debug and (os == "mac"): ["OK", "TIMEOUT"] [Using Background Fetch to successfully fetch a single resource] expected: FAIL @@ -22,13 +23,13 @@ [Fetches can have requests with duplicate URLs] expected: - if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"] + if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"] if (os == "mac") and debug: ["FAIL", "NOTRUN"] FAIL [recordsAvailable is false after onbackgroundfetchsuccess finishes execution.] expected: - if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"] + if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"] if (os == "mac") and debug: ["FAIL", "NOTRUN"] FAIL @@ -43,8 +44,9 @@ [Fetches with mixed content should fail.] expected: - if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"] - if (os == "mac") and debug: ["FAIL", "NOTRUN"] + if debug and (os == "win") and webrender: ["FAIL", "TIMEOUT"] + if debug and (os == "linux") and webrender: ["FAIL", "NOTRUN"] + if debug and (os == "mac"): ["FAIL", "NOTRUN"] FAIL [Requests with text/json content type require CORS Preflight and succeed.] @@ -60,8 +62,8 @@ [Responses failing CORS checks are not leaked] expected: - if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"] - if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"] - if (os == "mac") and debug: ["FAIL", "NOTRUN"] + if debug and (os == "linux") and webrender: ["FAIL", "NOTRUN"] + if debug and (os == "win") and webrender: ["FAIL", "NOTRUN", "TIMEOUT"] + if debug and (os == "mac"): ["FAIL", "NOTRUN"] FAIL diff --git a/testing/web-platform/meta/background-fetch/match.https.window.js.ini b/testing/web-platform/meta/background-fetch/match.https.window.js.ini index 6e5fe701128a..e28bfd32c495 100644 --- a/testing/web-platform/meta/background-fetch/match.https.window.js.ini +++ b/testing/web-platform/meta/background-fetch/match.https.window.js.ini @@ -1,4 +1,6 @@ [match.https.window.html] + expected: + if webrender and debug and (os == "linux"): ["OK", "TIMEOUT"] [Matching to a non-existing request should work] expected: FAIL @@ -9,7 +11,9 @@ expected: FAIL [Match with query options.] - expected: FAIL + expected: + if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"] + FAIL [Access to active fetches is supported.] expected: FAIL diff --git a/testing/web-platform/meta/background-fetch/mixed-content-and-allowed-schemes.https.window.js.ini b/testing/web-platform/meta/background-fetch/mixed-content-and-allowed-schemes.https.window.js.ini index d800ace2efd6..ad74e20c7eb8 100644 --- a/testing/web-platform/meta/background-fetch/mixed-content-and-allowed-schemes.https.window.js.ini +++ b/testing/web-platform/meta/background-fetch/mixed-content-and-allowed-schemes.https.window.js.ini @@ -1,5 +1,6 @@ [mixed-content-and-allowed-schemes.https.window.html] expected: + if (os == "linux") and debug and webrender: ["OK", "TIMEOUT"] if (os == "mac") and debug: ["OK", "TIMEOUT"] [https: fetch should register ok] expected: FAIL @@ -14,15 +15,19 @@ expected: FAIL [file: fetch should reject] - expected: FAIL + expected: + if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"] + FAIL [data: fetch should reject] expected: + if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"] if (os == "mac") and debug: ["FAIL", "TIMEOUT"] FAIL [unknown scheme fetch should reject] expected: + if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"] if (os == "mac") and debug: ["FAIL", "NOTRUN"] FAIL diff --git a/testing/web-platform/meta/background-fetch/port-blocking.https.window.js.ini b/testing/web-platform/meta/background-fetch/port-blocking.https.window.js.ini index f5c6ab4c8018..00fed72219c3 100644 --- a/testing/web-platform/meta/background-fetch/port-blocking.https.window.js.ini +++ b/testing/web-platform/meta/background-fetch/port-blocking.https.window.js.ini @@ -1,5 +1,6 @@ [port-blocking.https.window.html] expected: + if (os == "linux") and webrender and debug: ["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] @@ -16,17 +17,20 @@ [fetch to port 80 should register ok, even over https] expected: if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"] + if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT"] if (os == "mac") and debug: ["FAIL", "TIMEOUT"] FAIL [fetch to non-default non-bad port (8080) should register ok] expected: + if (os == "linux") and webrender and debug: ["FAIL", "NOTRUN"] if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"] if (os == "mac") and debug: ["FAIL", "NOTRUN"] FAIL [fetch to bad port (SMTP) should reject] expected: + if (os == "linux") and webrender and debug: ["FAIL", "NOTRUN"] if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"] if (os == "mac") and debug: ["FAIL", "NOTRUN"] FAIL diff --git a/testing/web-platform/meta/content-dpr/content-dpr-various-elements.html.ini b/testing/web-platform/meta/content-dpr/content-dpr-various-elements.html.ini index 538ae2d2d1f2..a37094a689ac 100644 --- a/testing/web-platform/meta/content-dpr/content-dpr-various-elements.html.ini +++ b/testing/web-platform/meta/content-dpr/content-dpr-various-elements.html.ini @@ -1,5 +1,5 @@ [content-dpr-various-elements.html] expected: - if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"] - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"] + if debug and (os == "mac"): ["TIMEOUT", "FAIL"] FAIL diff --git a/testing/web-platform/meta/content-security-policy/inside-worker/dedicated-inheritance.html.ini b/testing/web-platform/meta/content-security-policy/inside-worker/dedicated-inheritance.html.ini index c64aed0649b3..1a0d506e4c1f 100644 --- a/testing/web-platform/meta/content-security-policy/inside-worker/dedicated-inheritance.html.ini +++ b/testing/web-platform/meta/content-security-policy/inside-worker/dedicated-inheritance.html.ini @@ -7,3 +7,8 @@ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1639499 [Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)] expected: FAIL + + [Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)] + expected: + if (os == "mac") and debug: ["PASS", "TIMEOUT"] + diff --git a/testing/web-platform/meta/content-security-policy/reporting/__dir__.ini b/testing/web-platform/meta/content-security-policy/reporting/__dir__.ini deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/testing/web-platform/meta/content-security-policy/style-src-attr-elem/__dir__.ini b/testing/web-platform/meta/content-security-policy/style-src-attr-elem/__dir__.ini index 3bf8188c7668..2ef043b92840 100644 --- a/testing/web-platform/meta/content-security-policy/style-src-attr-elem/__dir__.ini +++ b/testing/web-platform/meta/content-security-policy/style-src-attr-elem/__dir__.ini @@ -1 +1 @@ -implementation-status: backlog +implementation-status: backlog diff --git a/testing/web-platform/meta/cookies/samesite/__dir__.ini b/testing/web-platform/meta/cookies/samesite/__dir__.ini index 5bcc5796445c..65fc594e4788 100644 --- a/testing/web-platform/meta/cookies/samesite/__dir__.ini +++ b/testing/web-platform/meta/cookies/samesite/__dir__.ini @@ -1,2 +1,2 @@ -leak-threshold: [default:51200] prefs: [network.cookie.sameSite.laxPlusPOST.timeout: 0] +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini b/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini index af784c3661cc..a904906c5932 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini @@ -1,6 +1,6 @@ [relpos-percentage-top-in-scrollable.html] [Top percentage resolved correctly for overflow contribution] expected: + if (os == "android") and not debug: ["PASS", "FAIL"] if (os == "android") and debug: ["FAIL", "PASS"] - if (os == "android") and not debug: ["FAIL", "PASS"] diff --git a/testing/web-platform/meta/css/CSS2/text/text-align-white-space-002.xht.ini b/testing/web-platform/meta/css/CSS2/text/text-align-white-space-002.xht.ini new file mode 100644 index 000000000000..2584e6eab2a3 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/text/text-align-white-space-002.xht.ini @@ -0,0 +1,3 @@ +[text-align-white-space-002.xht] + expected: + if fission and (os == "win"): ["PASS", "TIMEOUT"] diff --git a/testing/web-platform/meta/css/compositing/mix-blend-mode/__dir__.ini b/testing/web-platform/meta/css/compositing/mix-blend-mode/__dir__.ini index daf68383df9a..c3deeb97304c 100644 --- a/testing/web-platform/meta/css/compositing/mix-blend-mode/__dir__.ini +++ b/testing/web-platform/meta/css/compositing/mix-blend-mode/__dir__.ini @@ -1 +1 @@ -leak-threshold: [default:51200] +leak-threshold: [default:51200, gpu:51200] diff --git a/testing/web-platform/meta/css/compositing/root-element-opacity-change.html.ini b/testing/web-platform/meta/css/compositing/root-element-opacity-change.html.ini index 9539d8a63bee..fdcc51874e94 100644 --- a/testing/web-platform/meta/css/compositing/root-element-opacity-change.html.ini +++ b/testing/web-platform/meta/css/compositing/root-element-opacity-change.html.ini @@ -1,7 +1,8 @@ [root-element-opacity-change.html] expected: + if not fission and (os == "win") and webrender and not debug: ["PASS", "FAIL"] if not fission and (os == "linux") and debug and webrender: ["PASS", "FAIL"] + if fission and (os == "linux") and debug: ["PASS", "FAIL", "ERROR"] + if fission and (os == "linux") and not debug: ["PASS", "FAIL", "ERROR"] if not fission and (os == "linux") and not debug: ["PASS", "FAIL"] - if fission and not debug and (os == "win"): ["PASS", "FAIL", "ERROR"] - if fission and not debug and (os == "linux"): ["PASS", "FAIL", "ERROR"] - if fission and debug: ["FAIL", "PASS", "ERROR"] + if fission and (os == "win"): ["PASS", "FAIL", "ERROR"] diff --git a/testing/web-platform/meta/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini b/testing/web-platform/meta/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini deleted file mode 100644 index d7e7f9a6039f..000000000000 --- a/testing/web-platform/meta/css/css-backgrounds/box-shadow-table-border-collapse-001.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[box-shadow-table-border-collapse-001.html] - expected: - if debug and os == "win" and processor == "x86": ["FAIL", "PASS"] diff --git a/testing/web-platform/meta/css/css-contain/content-visibility/content-visibility-033.sub.https.html.ini b/testing/web-platform/meta/css/css-contain/content-visibility/content-visibility-033.sub.https.html.ini index c10e0550c9c4..a1db0ff8c34b 100644 --- a/testing/web-platform/meta/css/css-contain/content-visibility/content-visibility-033.sub.https.html.ini +++ b/testing/web-platform/meta/css/css-contain/content-visibility/content-visibility-033.sub.https.html.ini @@ -1,4 +1,4 @@ [content-visibility-033.sub.https.html] expected: - if fission and (os == "win"): ["ERROR", "FAIL"] + if fission and (os == "win"): ["FAIL", "ERROR"] FAIL diff --git a/testing/web-platform/meta/css/css-fonts/font-display/font-display-preload.html.ini b/testing/web-platform/meta/css/css-fonts/font-display/font-display-preload.html.ini index 872a452b838b..6f45e9f2f509 100644 --- a/testing/web-platform/meta/css/css-fonts/font-display/font-display-preload.html.ini +++ b/testing/web-platform/meta/css/css-fonts/font-display/font-display-preload.html.ini @@ -1,3 +1,4 @@ [font-display-preload.html] expected: + if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"] if (os == "android") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/css-layout-api/auto-block-size/absolute.https.html.ini b/testing/web-platform/meta/css/css-layout-api/auto-block-size/absolute.https.html.ini index 48fca8721ec7..be0db5bc1e5d 100644 --- a/testing/web-platform/meta/css/css-layout-api/auto-block-size/absolute.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/auto-block-size/absolute.https.html.ini @@ -1,5 +1,6 @@ [absolute.https.html] expected: + if (os == "linux") and webrender and debug: ["TIMEOUT", "FAIL"] + if (os == "linux") and webrender and not debug: ["FAIL", "TIMEOUT"] if (os == "mac") and debug: ["FAIL", "TIMEOUT"] - if (os == "linux") and webrender: ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/baseline/child-baseline.https.html.ini b/testing/web-platform/meta/css/css-layout-api/baseline/child-baseline.https.html.ini index 86dd3fffa9f8..9f111a936cf1 100644 --- a/testing/web-platform/meta/css/css-layout-api/baseline/child-baseline.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/baseline/child-baseline.https.html.ini @@ -1,4 +1,5 @@ [child-baseline.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/baseline/flex-baseline.https.html.ini b/testing/web-platform/meta/css/css-layout-api/baseline/flex-baseline.https.html.ini index 46b8979ce8da..1b055eb406f4 100644 --- a/testing/web-platform/meta/css/css-layout-api/baseline/flex-baseline.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/baseline/flex-baseline.https.html.ini @@ -1,4 +1,5 @@ [flex-baseline.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/baseline/no-baseline.https.html.ini b/testing/web-platform/meta/css/css-layout-api/baseline/no-baseline.https.html.ini index ae8085cb3f61..799a244fdf94 100644 --- a/testing/web-platform/meta/css/css-layout-api/baseline/no-baseline.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/baseline/no-baseline.https.html.ini @@ -1,2 +1,4 @@ [no-baseline.https.html] - expected: FAIL + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/baseline/orthogonal-baseline.https.html.ini b/testing/web-platform/meta/css/css-layout-api/baseline/orthogonal-baseline.https.html.ini index a18e9db99657..680730e42a97 100644 --- a/testing/web-platform/meta/css/css-layout-api/baseline/orthogonal-baseline.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/baseline/orthogonal-baseline.https.html.ini @@ -1,2 +1,4 @@ [orthogonal-baseline.https.html] - expected: FAIL + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/child-constraints/available-block-size-htb-vrl.https.html.ini b/testing/web-platform/meta/css/css-layout-api/child-constraints/available-block-size-htb-vrl.https.html.ini index b1e26e25d408..402340e0f92e 100644 --- a/testing/web-platform/meta/css/css-layout-api/child-constraints/available-block-size-htb-vrl.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/child-constraints/available-block-size-htb-vrl.https.html.ini @@ -1,2 +1,4 @@ [available-block-size-htb-vrl.https.html] - expected: FAIL + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/constraints/fixed-block-size-absolute-left-right-vrl.https.html.ini b/testing/web-platform/meta/css/css-layout-api/constraints/fixed-block-size-absolute-left-right-vrl.https.html.ini index b06fae56eb52..cade726e6a05 100644 --- a/testing/web-platform/meta/css/css-layout-api/constraints/fixed-block-size-absolute-left-right-vrl.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/constraints/fixed-block-size-absolute-left-right-vrl.https.html.ini @@ -1,4 +1,5 @@ [fixed-block-size-absolute-left-right-vrl.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/edges/all.https.html.ini b/testing/web-platform/meta/css/css-layout-api/edges/all.https.html.ini index 280161b4eee6..867a098b2184 100644 --- a/testing/web-platform/meta/css/css-layout-api/edges/all.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/edges/all.https.html.ini @@ -1,6 +1,6 @@ [all.https.html] expected: - if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT"] + if (os == "linux") and webrender and debug: ["TIMEOUT", "FAIL"] if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"] if (os == "mac") and debug: ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/bad-return.https.html.ini b/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/bad-return.https.html.ini index ec13c0d4a9e8..ee62a555ee6f 100644 --- a/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/bad-return.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/bad-return.https.html.ini @@ -1,3 +1,4 @@ [bad-return.https.html] expected: - if (os == "mac") and debug: ["PASS", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["TIMEOUT", "PASS"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["PASS", "TIMEOUT"] diff --git a/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/constructor-error.https.html.ini b/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/constructor-error.https.html.ini new file mode 100644 index 000000000000..1ffcb71a2e80 --- /dev/null +++ b/testing/web-platform/meta/css/css-layout-api/fallback-intrinsic-sizes/constructor-error.https.html.ini @@ -0,0 +1,3 @@ +[constructor-error.https.html] + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["PASS", "TIMEOUT"] diff --git a/testing/web-platform/meta/css/css-layout-api/fallback-layout/bad-return.https.html.ini b/testing/web-platform/meta/css/css-layout-api/fallback-layout/bad-return.https.html.ini index aa37548a5834..76a92ae98f06 100644 --- a/testing/web-platform/meta/css/css-layout-api/fallback-layout/bad-return.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/fallback-layout/bad-return.https.html.ini @@ -1,2 +1,4 @@ [bad-return.https.html] - expected: FAIL + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/fallback-layout/constructor-error.https.html.ini b/testing/web-platform/meta/css/css-layout-api/fallback-layout/constructor-error.https.html.ini index cb51e9edf2e3..86033f831dca 100644 --- a/testing/web-platform/meta/css/css-layout-api/fallback-layout/constructor-error.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/fallback-layout/constructor-error.https.html.ini @@ -1,2 +1,4 @@ [constructor-error.https.html] - expected: FAIL + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/fragment-data-function-failure.https.html.ini b/testing/web-platform/meta/css/css-layout-api/fragment-data-function-failure.https.html.ini index 4f1ab62742df..f3ba89ff599e 100644 --- a/testing/web-platform/meta/css/css-layout-api/fragment-data-function-failure.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/fragment-data-function-failure.https.html.ini @@ -1,4 +1,5 @@ [fragment-data-function-failure.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["TIMEOUT", "FAIL"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/intrinsic-sizes/absolute.https.html.ini b/testing/web-platform/meta/css/css-layout-api/intrinsic-sizes/absolute.https.html.ini index ba0258b6b658..78e2f30484fa 100644 --- a/testing/web-platform/meta/css/css-layout-api/intrinsic-sizes/absolute.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/intrinsic-sizes/absolute.https.html.ini @@ -1,4 +1,5 @@ [absolute.https.html] expected: + if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"] if (os == "mac") and debug: ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/layout-child/absolute.https.html.ini b/testing/web-platform/meta/css/css-layout-api/layout-child/absolute.https.html.ini index ba0258b6b658..4d9549d0187c 100644 --- a/testing/web-platform/meta/css/css-layout-api/layout-child/absolute.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/layout-child/absolute.https.html.ini @@ -1,4 +1,4 @@ [absolute.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug: ["TIMEOUT", "FAIL"] FAIL diff --git a/testing/web-platform/meta/css/css-layout-api/style-map-multi.https.html.ini b/testing/web-platform/meta/css/css-layout-api/style-map-multi.https.html.ini index 2ac8f7888cdf..6230b38e4162 100644 --- a/testing/web-platform/meta/css/css-layout-api/style-map-multi.https.html.ini +++ b/testing/web-platform/meta/css/css-layout-api/style-map-multi.https.html.ini @@ -1,4 +1,5 @@ [style-map-multi.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-lists/list-style-image-zoom-dynamic.html.ini b/testing/web-platform/meta/css/css-lists/list-style-image-zoom-dynamic.html.ini index 7ff0927624c9..da94ae13efbb 100644 --- a/testing/web-platform/meta/css/css-lists/list-style-image-zoom-dynamic.html.ini +++ b/testing/web-platform/meta/css/css-lists/list-style-image-zoom-dynamic.html.ini @@ -1,2 +1,6 @@ [list-style-image-zoom-dynamic.html] - expected: [FAIL, PASS] + expected: + if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"] + if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"] + if (os == "android") and not debug: ["PASS", "FAIL"] + [FAIL, PASS] diff --git a/testing/web-platform/meta/css/css-masking/clip-path/clip-path-descendant-text-mutated-001.html.ini b/testing/web-platform/meta/css/css-masking/clip-path/clip-path-descendant-text-mutated-001.html.ini index 27af76ad2976..d134ec14aa58 100644 --- a/testing/web-platform/meta/css/css-masking/clip-path/clip-path-descendant-text-mutated-001.html.ini +++ b/testing/web-platform/meta/css/css-masking/clip-path/clip-path-descendant-text-mutated-001.html.ini @@ -1,5 +1,6 @@ [clip-path-descendant-text-mutated-001.html] expected: - if not fission and (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 not fission and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"] + if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS", "ERROR"] + if (os == "win") and fission: ["FAIL", "PASS"] [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-paint-api/background-image-alpha.https.html.ini b/testing/web-platform/meta/css/css-paint-api/background-image-alpha.https.html.ini index c3aef375b4c9..b587265c69aa 100644 --- a/testing/web-platform/meta/css/css-paint-api/background-image-alpha.https.html.ini +++ b/testing/web-platform/meta/css/css-paint-api/background-image-alpha.https.html.ini @@ -2,4 +2,7 @@ expected: FAIL [background-image-alpha.https.html] - expected: FAIL + expected: + if (os == "linux") and debug and webrender: ["TIMEOUT", "FAIL"] + if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini b/testing/web-platform/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini index e28bb36fd935..eb7babc4b935 100644 --- a/testing/web-platform/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini +++ b/testing/web-platform/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini @@ -1,4 +1,4 @@ [canvas-transform.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug: ["TIMEOUT", "FAIL"] FAIL diff --git a/testing/web-platform/meta/css/css-paint-api/invalid-image-constructor-error.https.html.ini b/testing/web-platform/meta/css/css-paint-api/invalid-image-constructor-error.https.html.ini index fff6bb5402bf..f9263abd9765 100644 --- a/testing/web-platform/meta/css/css-paint-api/invalid-image-constructor-error.https.html.ini +++ b/testing/web-platform/meta/css/css-paint-api/invalid-image-constructor-error.https.html.ini @@ -1,4 +1,5 @@ [invalid-image-constructor-error.https.html] expected: - if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"] FAIL diff --git a/testing/web-platform/meta/css/css-paint-api/registered-property-stylemap.https.html.ini b/testing/web-platform/meta/css/css-paint-api/registered-property-stylemap.https.html.ini index ef9b919f303a..f828b67a7309 100644 --- a/testing/web-platform/meta/css/css-paint-api/registered-property-stylemap.https.html.ini +++ b/testing/web-platform/meta/css/css-paint-api/registered-property-stylemap.https.html.ini @@ -1,2 +1,4 @@ [registered-property-stylemap.https.html] - expected: FAIL + expected: + if webrender and debug and (os == "win"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-scroll-anchoring/nested-overflow-subtree-layout.html.ini b/testing/web-platform/meta/css/css-scroll-anchoring/nested-overflow-subtree-layout.html.ini index 71da745c3999..f7d8af4cf827 100644 --- a/testing/web-platform/meta/css/css-scroll-anchoring/nested-overflow-subtree-layout.html.ini +++ b/testing/web-platform/meta/css/css-scroll-anchoring/nested-overflow-subtree-layout.html.ini @@ -1,9 +1,8 @@ [nested-overflow-subtree-layout.html] expected: - if (os == "linux") and not debug and webrender and fission: ["PASS", "FAIL"] - if (os == "linux") and not debug and webrender and not fission: ["PASS", "FAIL"] - if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"] - if (os == "linux") and debug: ["PASS", "FAIL"] + if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"] + if (os == "win") and not webrender and (processor == "x86"): ["PASS", "FAIL", "ERROR"] + if (os == "win") and webrender: ["PASS", "FAIL", "ERROR"] if os == "android": PASS if os == "mac": PASS - [PASS, FAIL, ERROR] + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-transforms/css-skew-002.html.ini b/testing/web-platform/meta/css/css-transforms/css-skew-002.html.ini index 4705f4779ba5..313f2a9e43f5 100644 --- a/testing/web-platform/meta/css/css-transforms/css-skew-002.html.ini +++ b/testing/web-platform/meta/css/css-transforms/css-skew-002.html.ini @@ -1,2 +1,4 @@ [css-skew-002.html] - expected: FAIL + expected: + if fission and (os == "win"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini b/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini index 88a75121ad0a..8c38f6180277 100644 --- a/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini +++ b/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini @@ -1,4 +1,6 @@ [CSSTransition-effect.tentative.html] [After setting a transition's effect to null, a new transition can be started] - expected: FAIL + expected: + if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"] + FAIL diff --git a/testing/web-platform/meta/css/css-typed-om/rotate-by-added-angle.html.ini b/testing/web-platform/meta/css/css-typed-om/rotate-by-added-angle.html.ini index 39d9bdc35010..d22e321a622c 100644 --- a/testing/web-platform/meta/css/css-typed-om/rotate-by-added-angle.html.ini +++ b/testing/web-platform/meta/css/css-typed-om/rotate-by-added-angle.html.ini @@ -1,2 +1,4 @@ [rotate-by-added-angle.html] - expected: FAIL + expected: + if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/css/css-ui/appearance-progress-bar-002.html.ini b/testing/web-platform/meta/css/css-ui/appearance-progress-bar-002.html.ini index c7c574038e7d..c7eb556f7ca1 100644 --- a/testing/web-platform/meta/css/css-ui/appearance-progress-bar-002.html.ini +++ b/testing/web-platform/meta/css/css-ui/appearance-progress-bar-002.html.ini @@ -1,5 +1,7 @@ [appearance-progress-bar-002.html] expected: - if (os == "win") and (processor == "x86_64"): [PASS, FAIL] + if (os == "win") and webrender and debug: ["FAIL", "PASS"] + if (os == "win") and webrender and not debug: ["PASS", "FAIL"] + if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"] if os == "android": PASS FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/line-box-direction-slr-053.xht.ini b/testing/web-platform/meta/css/css-writing-modes/line-box-direction-slr-053.xht.ini new file mode 100644 index 000000000000..4f42a336541a --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/line-box-direction-slr-053.xht.ini @@ -0,0 +1,3 @@ +[line-box-direction-slr-053.xht] + expected: + if (processor == "x86") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/css-writing-modes/line-box-height-vlr-003.xht.ini b/testing/web-platform/meta/css/css-writing-modes/line-box-height-vlr-003.xht.ini new file mode 100644 index 000000000000..18662ab9618e --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/line-box-height-vlr-003.xht.ini @@ -0,0 +1,3 @@ +[line-box-height-vlr-003.xht] + expected: + if (processor == "x86") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/filter-effects/effect-reference-feimage-003.html.ini b/testing/web-platform/meta/css/filter-effects/effect-reference-feimage-003.html.ini index eec328cd3a01..24eadc86a0f3 100644 --- a/testing/web-platform/meta/css/filter-effects/effect-reference-feimage-003.html.ini +++ b/testing/web-platform/meta/css/filter-effects/effect-reference-feimage-003.html.ini @@ -1,5 +1,7 @@ [effect-reference-feimage-003.html] expected: - if webrender and not fission and debug: ["PASS", "FAIL"] - if webrender and fission and (os == "win"): ["PASS", "ERROR", "FAIL"] - if webrender and fission and (os == "linux"): ["PASS", "FAIL"] + if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"] + if webrender and (os == "win") and not debug and not fission: ["FAIL", "PASS"] + if webrender and (os == "win") and not debug and fission: ["PASS", "FAIL", "ERROR"] + if webrender and (os == "linux") and debug: ["PASS", "FAIL"] + if webrender and (os == "win") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/filter-effects/remove-filter-repaint.html.ini b/testing/web-platform/meta/css/filter-effects/remove-filter-repaint.html.ini index 12efd3b0298b..67f5f2906c61 100644 --- a/testing/web-platform/meta/css/filter-effects/remove-filter-repaint.html.ini +++ b/testing/web-platform/meta/css/filter-effects/remove-filter-repaint.html.ini @@ -1,6 +1,7 @@ [remove-filter-repaint.html] expected: - if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"] if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"] + if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"] + if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"] if (os == "linux") and webrender and not debug: ["PASS", "FAIL"] if os == "android": ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/reference/pass_if_filler_text_match_bold.xht.ini b/testing/web-platform/meta/css/reference/pass_if_filler_text_match_bold.xht.ini new file mode 100644 index 000000000000..b28cafd7e8c0 --- /dev/null +++ b/testing/web-platform/meta/css/reference/pass_if_filler_text_match_bold.xht.ini @@ -0,0 +1,3 @@ +[pass_if_filler_text_match_bold.xht] + expected: + if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"] diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-010.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-010.html.ini index b81883a97fd2..72cf9ca00f76 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-010.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-010.html.ini @@ -1,3 +1,5 @@ [flexbox-writing-mode-010.html] disabled: if debug and not e10s and (os == "linux"): wpt-sync Bug 1441383 + expected: + if (processor == "x86") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-011.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-011.html.ini index 3e9530e731db..516abf37d628 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-011.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-writing-mode-011.html.ini @@ -1,3 +1,5 @@ [flexbox-writing-mode-011.html] disabled: if debug and not e10s and (os == "linux"): wpt-sync Bug 1441383 + expected: + if (processor == "x86") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/dom/events/scrolling/scrollend-event-for-user-scroll.html.ini b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-for-user-scroll.html.ini index bb38de89f814..9535151918db 100644 --- a/testing/web-platform/meta/dom/events/scrolling/scrollend-event-for-user-scroll.html.ini +++ b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-for-user-scroll.html.ini @@ -1,8 +1,8 @@ [scrollend-event-for-user-scroll.html] expected: if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "ERROR"] - if (os == "mac") and debug: ERROR if (os == "win") and debug: ERROR + if (os == "mac") and debug: ERROR if os == "android": OK TIMEOUT [Tests that the target_div gets scrollend event when send DOWN key to target.] @@ -12,27 +12,25 @@ [Tests that the target_div gets scrollend event when click scrollbar on target.] expected: - 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 not webrender: ["FAIL", "NOTRUN", "TIMEOUT"] if (os == "linux") and debug: FAIL - if os == "mac": NOTRUN if os == "android": ["FAIL", "NOTRUN"] + if os == "mac": NOTRUN [NOTRUN, FAIL] [Tests that the target_div gets scrollend event when drag the thumb of target.] expected: - if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"] - if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"] + if (os == "linux") and not debug and not webrender: ["TIMEOUT", "NOTRUN"] if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"] if (os == "linux") and debug: TIMEOUT - if os == "mac": NOTRUN if os == "android": ["FAIL", "NOTRUN"] + if os == "mac": NOTRUN [NOTRUN, FAIL] [Tests that the target_div gets scrollend event when dragging scroll on target.] expected: - if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if (os == "linux") and not debug and not webrender: ["FAIL", "TIMEOUT"] if (os == "linux") and debug: FAIL if os == "android": ["FAIL", "TIMEOUT"] if os == "mac": TIMEOUT diff --git a/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini b/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini index 03017564b909..4263514def26 100644 --- a/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini +++ b/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini @@ -1,32 +1,29 @@ [webkit-animation-iteration-event.html] expected: - 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 not debug and not fission: ["OK", "TIMEOUT"] if not webrender and debug and (os == "mac"): ["OK", "TIMEOUT"] if not webrender and debug and (os == "linux"): ["OK", "TIMEOUT"] + if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"] if webrender and (os == "win"): ["OK", "TIMEOUT"] [webkitAnimationIteration event listener is case sensitive] expected: - if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "FAIL"] + if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL", "NOTRUN"] if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL", "NOTRUN"] - if webrender and (os == "linux") and debug: ["PASS", "FAIL", "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 == "linux"): ["PASS", "NOTRUN"] + if webrender and (os == "linux") and debug: ["PASS", "FAIL", "NOTRUN"] if webrender and (os == "win"): ["PASS", "FAIL", "NOTRUN"] [onwebkitanimationiteration event handler should trigger for an animation] 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 debug: ["PASS", "TIMEOUT"] if not webrender and debug and (os == "mac"): ["PASS", "TIMEOUT"] if not webrender and debug and (os == "linux"): ["PASS", "TIMEOUT"] - if webrender and (os == "win"): ["PASS", "TIMEOUT"] + if webrender: ["PASS", "TIMEOUT"] [webkitAnimationIteration event listener should trigger for an animation] expected: - if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"] + if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"] if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"] if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"] if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"] @@ -35,55 +32,55 @@ [webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists] expected: + if webrender and (os == "linux") and not debug and not fission: ["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 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 == "linux"): ["PASS", "NOTRUN"] + if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"] if webrender and (os == "win"): ["PASS", "NOTRUN"] [onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists] 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 not fission: ["NOTRUN", "PASS", "TIMEOUT"] if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT", "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 == "mac"): ["PASS", "NOTRUN"] if webrender and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"] [event types for prefixed and unprefixed animationiteration event handlers should be named appropriately] expected: + if webrender and (os == "linux") and not debug and not fission: ["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 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 == "linux"): ["PASS", "NOTRUN"] if webrender and (os == "win"): ["PASS", "NOTRUN"] [event types for prefixed and unprefixed animationiteration event listeners should be named appropriately] 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 not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"] + if webrender and (os == "linux") and not debug and not fission: ["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"] [webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists] 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 not debug and not fission: ["PASS", "NOTRUN"] + if webrender and (os == "linux") and debug: ["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"] [onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists] expected: if webrender and not fission and (os == "linux") and debug: ["PASS", "NOTRUN"] - if webrender and not fission and (os == "linux") and not debug: ["NOTRUN", "PASS"] + if webrender and not fission and (os == "linux") and not debug: ["PASS", "NOTRUN"] + if webrender and not fission and (os == "win"): ["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"] diff --git a/testing/web-platform/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-iso-ir-149.html.ini b/testing/web-platform/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-iso-ir-149.html.ini new file mode 100644 index 000000000000..f889a1acb598 --- /dev/null +++ b/testing/web-platform/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-iso-ir-149.html.ini @@ -0,0 +1,837 @@ +[euckr-encode-form-iso-ir-149.html?6001-7000] + +[euckr-encode-form-iso-ir-149.html?9001-10000] + +[euckr-encode-form-iso-ir-149.html?3001-4000] + +[euckr-encode-form-iso-ir-149.html?1-1000] + +[euckr-encode-form-iso-ir-149.html?11001-12000] + +[euckr-encode-form-iso-ir-149.html?16001-17000] + +[euckr-encode-form-iso-ir-149.html?13001-14000] + +[euckr-encode-form-iso-ir-149.html?5001-6000] + +[euckr-encode-form-iso-ir-149.html?14001-15000] + +[euckr-encode-form-iso-ir-149.html?7001-8000] + +[euckr-encode-form-iso-ir-149.html?12001-13000] + +[euckr-encode-form-iso-ir-149.html?4001-5000] + +[euckr-encode-form-iso-ir-149.html?1001-2000] + +[euckr-encode-form-iso-ir-149.html?10001-11000] + +[euckr-encode-form-iso-ir-149.html?2001-3000] + expected: + if (os == "mac") and debug: ["OK", "TIMEOUT"] + [U+6D87 涇 %CC%DC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CB9 油 %EA%FA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CAB 沫 %D8%C8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B78 歸 %CF%FD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CE5 泥 %D2%FA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BB5 段 %D3%AB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B4E 歎 %F7%A7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C5A 汚 %E7%FD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DC5 淅 %E0%B2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CE2 波 %F7%EE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CE3 泣 %EB%E8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D93 涓 %E6%CF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CEB 泫 %FA%DA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BC6 毆 %CF%B2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B89 殉 %E2%E6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C3E 氾 %DB%F0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B4C 歌 %CA%B0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BD8 毘 %DD%F2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B96 殖 %E3%D6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D3B 活 %FC%C0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CEE 泮 %DA%EA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AC2 櫂 %D4%A2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BB2 殲 %E0%E8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B20 欠 %FD%E2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BBC 殼 %CA%C3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D69 浩 %FB%C7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CEF 泯 %DA%C6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D59 浙 %EF%BA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D77 海 %FA%AD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B47 歇 %FA%CE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CBF 沿 %E6%CD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B83 殃 %E4%EA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BEB 毫 %FB%C6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D63 浣 %E8%CB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CC4 泄 %E0%DC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D91 涑 %E1%D7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DC6 淆 %FC%FE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C40 汀 %EF%E2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CD7 泗 %DE%DF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C42 求 %CF%B4] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CBE 沾 %F4%D4] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D7F 浿 %F8%AA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D41 流 %D7%B5] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C7D 汽 %D1%A9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AB3 檳 %DE%B1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C23 氣 %D1%A8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B63 正 %EF%E1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BAF 殯 %DE%B2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C9B 沛 %F8%A9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C5F 江 %CB%B0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C95 沕 %DA%A9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D27 洧 %EA%FB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B9E 殞 %E9%F9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CF3 泳 %E7%B6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CB3 河 %F9%C1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B16 欖 %D5%BC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BCB 毋 %D9%EC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B3A 欺 %D1%A7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AF6 櫶 %FA%CB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D2A 洪 %FB%F3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C9A 沚 %F2%AF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C88 沈 %F6%D8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BCF 每 %D8%DF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CBB 治 %F6%BD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B6A 歪 %E8%E0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D6E 浮 %DD%A9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AFB 櫻 %E5%A1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CCA 泊 %DA%D5] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BD2 毒 %D4%B8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BEC 毬 %CF%B3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CBD 沽 %CD%BF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BD7 毗 %DD%F1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D3E 派 %F7%EF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D89 涉 %E0%EF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C34 水 %E2%A9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CF0 泰 %F7%C1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B61 歡 %FC%B6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CE1 泡 %F8%DC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B64 此 %F3%AE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D6A 浪 %D5%C8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B46 歆 %FD%E4] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D79 浹 %FA%F4] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BCD 母 %D9%BD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C83 沃 %E8%AA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B0A 權 %CF%ED] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C85 沅 %EA%B6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B04 欄 %D5%B1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BC5 毅 %EB%F6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C92 沒 %D9%D2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B72 歲 %E1%A8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D19 洙 %E2%AA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D17 洗 %E1%A9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D35 洵 %E2%E7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D8D 涍 %FC%FD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C68 汨 %CD%E7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B3E 款 %CE%B3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DC0 淀 %EF%E3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AC3 櫃 %CF%F6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D5C 浜 %DE%B3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B50 歐 %CF%B1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C7E 汾 %DD%CC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C11 民 %DA%C5] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D95 涕 %F4%F1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D1B 洛 %D5%A6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D88 消 %E1%BC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DAF 涯 %E4%F3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D78 浸 %F6%D9] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D6C 浬 %D7%DF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BDB 毛 %D9%BE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BD3 毓 %EB%BE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B84 殄 %F2%CF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C87 沇 %E6%CC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C5E 汞 %FB%F1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C8C 沌 %D4%C7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DB5 涵 %F9%E4] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D3D 洽 %FD%E7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CC1 況 %FC%CF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B21 次 %F3%AD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CDB 泛 %DB%F2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C90 沐 %D9%CB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C41 汁 %F1%F0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B8A 殊 %E2%A8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B66 武 %D9%EB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C08 氈 %EE%FD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D32 洲 %F1%BD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C76 汶 %DA%A1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AD3 櫓 %D6%D0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D5A 浚 %F1%DD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C13 氓 %D8%EC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B3D 欽 %FD%E3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B32 欲 %E9%B0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D8E 涎 %E6%CE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CE8 注 %F1%BC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CAE 沮 %EE%C1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C70 汰 %F7%C0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D0C 洌 %D6%AC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6ADA 櫚 %D5%EA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C60 池 %F2%AE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C94 沔 %D8%F7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BD4 比 %DD%EF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CBC 沼 %E1%BB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B5F 歟 %E6%A2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C57 汗 %F9%D2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C5D 汝 %E6%A3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C72 汲 %D0%E3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BAE 殮 %D6%B1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CCC 泌 %F9%B2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D11 洑 %DC%C7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D85 涅 %E6%EE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D39 洹 %EA%B7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BBA 殺 %DF%AF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CD3 泓 %FB%F2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C6A 汪 %E8%DC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D36 洶 %FD%D7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C6D 汭 %E7%D7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6AA3 檣 %ED%EA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BB7 殷 %EB%DC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6ADB 櫛 %F1%EE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C55 汕 %DF%A5] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C93 沓 %D3%CB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BC1 毁 %FD%C3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CC9 泉 %F4%BB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C0F 氏 %E4%AB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D0B 洋 %E5%C7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D38 洸 %CE%C8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B62 止 %F2%AD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CC2 泂 %FB%A2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B23 欣 %FD%DB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C50 汐 %E0%B1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B77 歷 %D5%F6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CB8 沸 %DD%F3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DC3 淃 %CF%EE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D25 津 %F2%D0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D1E 洞 %D4%D7] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B0C 欌 %ED%EB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C7A 決 %CC%BD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B98 殘 %ED%D1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D29 洩 %E0%DD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B65 步 %DC%C6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C81 沁 %E3%FE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C37 氷 %DE%BC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B12 欒 %D5%B2] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DC4 淄 %F6%BE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D74 浴 %E9%B1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C86 沆 %F9%FA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C99 沙 %DE%DE] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C96 沖 %F5%F8] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C4E 汎 %DB%F1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BD6 毖 %DD%F0] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D8C 涌 %E9%BF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B7F 歿 %D9%D1] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C38 永 %E7%B5] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6CD5 法 %DB%F6] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6ABB 檻 %F9%E3] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6DB2 液 %E4%FB] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B86 殆 %F7%BF] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6D66 浦 %F8%DD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6C82 沂 %D1%AA] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6B7B 死 %DE%DD] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + [U+6BBF 殿 %EE%FC] + expected: + if (os == "mac") and debug: ["PASS", "NOTRUN"] + + +[euckr-encode-form-iso-ir-149.html?8001-9000] + +[euckr-encode-form-iso-ir-149.html?17001-last] + +[euckr-encode-form-iso-ir-149.html?15001-16000] diff --git a/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini b/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini index 2f06c6bf61f1..9d0001ff8210 100644 --- a/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini +++ b/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini @@ -4,5 +4,5 @@ [Cancelling a closed Response stream] expected: if (os == "mac") and debug: ["PASS", "FAIL"] - if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"] + if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"] diff --git a/testing/web-platform/meta/fetch/range/sw.https.window.js.ini b/testing/web-platform/meta/fetch/range/sw.https.window.js.ini index f054a6c798c0..b1a455ecd0ca 100644 --- a/testing/web-platform/meta/fetch/range/sw.https.window.js.ini +++ b/testing/web-platform/meta/fetch/range/sw.https.window.js.ini @@ -2,17 +2,19 @@ disabled: if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373 expected: - if (processor == "x86_64") and (os == "linux") and not debug and webrender and not fission: [OK, ERROR] - if (processor == "x86") and not debug: [OK, TIMEOUT] + if (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"] + if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"] + if (os == "mac") and not debug: ["OK", "ERROR"] max-asserts: 2 [Ranged response not allowed following no-cors ranged request] expected: - if (os == "linux") and not debug and webrender: [FAIL, PASS] + if (os == "linux") and not debug and webrender: ["FAIL", "PASS"] + if (os == "mac") and not debug: ["FAIL", "PASS"] FAIL [Non-opaque ranged response executed] expected: - if (processor == "x86") and not debug: [FAIL, TIMEOUT] + if (processor == "x86") and not debug: ["FAIL", "TIMEOUT"] FAIL [Range headers correctly preserved] @@ -26,5 +28,5 @@ [Accept-Encoding should not appear in a service worker] expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: ["PASS", "NOTRUN"] diff --git a/testing/web-platform/meta/focus/focus-restoration-in-different-site-iframes.html.ini b/testing/web-platform/meta/focus/focus-restoration-in-different-site-iframes.html.ini index 7637945815a2..44d6b047b561 100644 --- a/testing/web-platform/meta/focus/focus-restoration-in-different-site-iframes.html.ini +++ b/testing/web-platform/meta/focus/focus-restoration-in-different-site-iframes.html.ini @@ -3,7 +3,8 @@ if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889 [Check result] expected: - if (os == "win") and not fission and (processor == "x86"): PASS + if (os == "win") and not webrender and (processor == "x86"): PASS + if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"] if os == "android": PASS [PASS, FAIL] diff --git a/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini b/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini index f6d7f95ce507..334aad5c870b 100644 --- a/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini +++ b/testing/web-platform/meta/fullscreen/rendering/fullscreen-css-transition.html.ini @@ -1,9 +1,9 @@ [fullscreen-css-transition.html] expected: if (os == "mac") and debug: ["OK", "ERROR"] - if (os == "mac") and not debug: ["ERROR", "OK"] + if (os == "mac") and not debug: ["OK", "ERROR"] [Transitions should not be stopped by going fullscreen] expected: if (os == "mac") and debug: ["PASS", "TIMEOUT"] - if (os == "mac") and not debug: ["TIMEOUT", "PASS"] + if (os == "mac") and not debug: ["PASS", "TIMEOUT"] diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini index 00759b16315c..9647cd47eff7 100644 --- a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini @@ -3,12 +3,11 @@ if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1321179 [history.back() handles top level page timer correctly] expected: - if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"] if (os == "linux") and debug and webrender and fission: ["PASS", "FAIL"] + if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"] if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"] [history.back() handles nested iframe timer correctly] expected: - if webrender and debug and fission: ["PASS", "FAIL"] - if webrender and debug and not fission: ["PASS", "FAIL"] + if webrender and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini index 6ab1b1d7c8f8..42d8fb0ba73f 100644 --- a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini @@ -4,8 +4,9 @@ [Window's associated Document object is used for finding named objects ( with browsing ccontext via same-origin ] expected: - if (os == "linux") and not fission and not debug and webrender: ["FAIL", "PASS"] - if (os == "linux") and not fission and debug: ["FAIL", "PASS"] + if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"] + if (os == "linux") and not webrender and debug: ["FAIL", "PASS"] + if (os == "linux") and webrender and not debug: ["FAIL", "PASS"] FAIL [Window's associated Document object is used for finding named objects ( with browsing ccontext via cross-site ] diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-origin.sub.html.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-origin.sub.html.ini index f25d5bdaa6ed..8d5fc6b64763 100644 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-origin.sub.html.ini +++ b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-origin.sub.html.ini @@ -1,135 +1,113 @@ [createImageBitmap-origin.sub.html] expected: - if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["OK", "TIMEOUT"] + if (os == "win") and not debug and webrender and fission: 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 not debug and webrender: TIMEOUT [TIMEOUT, OK] [redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage] expected: - if (os == "linux") and webrender and not debug and not fission: ["NOTRUN", "PASS"] - if (os == "linux") and webrender and not debug and fission: ["NOTRUN", "PASS"] - if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["NOTRUN", "PASS"] - if (os == "win") and not fission and not debug and webrender: ["NOTRUN", "PASS"] - if (os == "linux") and webrender and debug: ["NOTRUN", "PASS"] - if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"] - if (os == "mac") and debug: ["NOTRUN", "PASS"] + if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS"] + if (os == "win") and not fission and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS"] + if (os == "linux") and not debug and webrender and not fission: ["NOTRUN", "PASS"] + if (os == "linux") and debug and not fission: ["NOTRUN", "PASS"] if (os == "win") and fission: ["NOTRUN", "PASS"] + if os == "mac": ["NOTRUN", "PASS"] [PASS, NOTRUN] [redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap] expected: - if (os == "win") and (processor == "x86_64") and webrender and not fission and not debug: ["NOTRUN", "TIMEOUT", "PASS"] - if (os == "win") and (processor == "x86_64") and webrender and not fission and debug: ["TIMEOUT", "PASS", "NOTRUN"] - if (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"] - if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "NOTRUN"] - if (os == "win") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN", "TIMEOUT"] - if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"] - if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "NOTRUN", "PASS"] - if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS", "NOTRUN"] - if (os == "mac") and not debug: ["TIMEOUT", "PASS", "NOTRUN"] - if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"] + if (os == "linux") and not fission and not debug and not webrender: ["TIMEOUT", "NOTRUN", "PASS"] + if (os == "win") and not webrender and debug and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "win") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS"] + if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "linux") and fission and debug: ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "win") and webrender and fission: ["NOTRUN", "TIMEOUT"] + if (os == "win") and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"] if (os == "android") and debug: ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"] [NOTRUN, PASS, TIMEOUT] [unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap] expected: - 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 not debug and webrender: NOTRUN + if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN + if (os == "win") and not fission and debug and webrender: NOTRUN + if (os == "win") and fission: NOTRUN [NOTRUN, PASS] [unclean HTMLCanvasElement: origin unclear getImageData] expected: - 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 not debug and webrender: NOTRUN + if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN + if (os == "win") and not fission and debug and webrender: NOTRUN + if (os == "win") and fission: NOTRUN [NOTRUN, PASS] [cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap] expected: - if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["TIMEOUT", "PASS"] - if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "PASS"] - if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"] - if (os == "win") and not fission and not debug and webrender: ["TIMEOUT", "PASS"] - if (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"] - if (os == "linux") and webrender and debug: ["TIMEOUT", "PASS"] - if (os == "mac") and debug: ["TIMEOUT", "PASS"] + if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["TIMEOUT", "PASS"] + if (os == "win") and not fission and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "PASS"] + if (os == "linux") and not debug and webrender and not fission: ["TIMEOUT", "PASS"] + if (os == "linux") and debug and not fission: ["TIMEOUT", "PASS"] if (os == "win") and fission: ["TIMEOUT", "PASS"] + if os == "mac": ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [redirected to same-origin HTMLVideoElement: origin unclear getImageData] expected: - if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"] - if (os == "win") and not debug and webrender 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"] + if webrender and (os == "win") and not fission: ["PASS", "NOTRUN"] + if webrender and (os == "win") and fission: NOTRUN [NOTRUN, PASS] [redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage] expected: - if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"] - if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "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 + if webrender and (os == "win") and not fission: ["PASS", "NOTRUN"] + if webrender and (os == "win") and fission: NOTRUN [NOTRUN, PASS] [unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap] expected: - 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 not debug and webrender: NOTRUN + if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN + if (os == "win") and not fission and debug and webrender: NOTRUN + if (os == "win") and fission: NOTRUN [NOTRUN, PASS] [redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap] expected: - if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"] - if (os == "win") and debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT", "PASS"] - 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 not webrender and (processor == "x86"): ["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 == "linux") and webrender and not fission: ["NOTRUN", "PASS"] - if (os == "mac") and debug: ["NOTRUN", "PASS"] + if (os == "win") and not debug and webrender and not fission: ["TIMEOUT", "PASS", "NOTRUN"] + if (os == "win") and not debug and webrender and fission: NOTRUN + if (os == "win") and debug and webrender: ["TIMEOUT", "NOTRUN"] + if (os == "linux") and not fission and webrender: ["NOTRUN", "PASS"] [NOTRUN, PASS, TIMEOUT] [redirected to cross-origin HTMLVideoElement: origin unclear getImageData] expected: - if (os == "win") and not fission and not debug and webrender: ["NOTRUN", "PASS"] - if (os == "linux") and webrender and not debug and fission: ["NOTRUN", "PASS"] - if (os == "linux") and webrender and not debug and not fission: ["NOTRUN", "PASS"] - if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["NOTRUN", "PASS"] - if (os == "linux") and webrender and debug: ["NOTRUN", "PASS"] - if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"] - if (os == "mac") and debug: ["NOTRUN", "PASS"] + if (os == "win") and not fission and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS"] + if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS"] + if (os == "linux") and not debug and webrender and not fission: ["NOTRUN", "PASS"] + if (os == "linux") and debug and not fission: ["NOTRUN", "PASS"] if (os == "win") and fission: ["NOTRUN", "PASS"] + if os == "mac": ["NOTRUN", "PASS"] [PASS, NOTRUN] [unclean ImageBitmap: origin unclear getImageData] expected: - 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 not debug and webrender: NOTRUN + if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN + if (os == "win") and not fission and debug and webrender: NOTRUN + if (os == "win") and fission: NOTRUN [NOTRUN, PASS] [unclean HTMLCanvasElement: origin unclear 2dContext.drawImage] expected: - 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 not fission and not debug and not webrender and (processor == "x86"): NOTRUN + if (os == "win") and not fission and debug and webrender: NOTRUN + if (os == "win") and fission: NOTRUN [NOTRUN, PASS] [unclean ImageBitmap: origin unclear 2dContext.drawImage] expected: - 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 not debug and webrender: NOTRUN + if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN + if (os == "win") and not fission and debug and webrender: NOTRUN + if (os == "win") and fission: NOTRUN [NOTRUN, PASS] diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini index 74f2c0abfca9..fa231aa12f50 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini @@ -1,8 +1,10 @@ [offscreencanvas.commit.w.html] expected: - if (os == "linux") and debug and fission: ["ERROR", "OK"] - if (os == "linux") and debug and not fission: ["ERROR", "OK"] - if (os == "win") and debug: ["ERROR", "OK"] + if (os == "win") and debug and not webrender and (processor == "x86"): ["ERROR", "OK"] + if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["ERROR", "OK"] + if (os == "win") and debug and webrender: ["ERROR", "OK"] + if (os == "win") and not debug and webrender: ["ERROR", "OK"] + if (os == "mac") and not debug: ["ERROR", "OK"] if (os == "mac") and debug: ["ERROR", "OK"] [OK, ERROR] [Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.] diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/access-reporting/property.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/access-reporting/property.https.html.ini index b70174a77e77..96b6e29f6bef 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/access-reporting/property.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/access-reporting/property.https.html.ini @@ -5,9 +5,8 @@ [cross-origin > w => w.close()] expected: - if not debug and not webrender and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"] - if (os == "linux") and (processor == "x86"): ["FAIL", "TIMEOUT", "NOTRUN"] - if not debug and not webrender and (os == "mac"): TIMEOUT + if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if (os == "mac") and not debug: TIMEOUT FAIL [same-site > w => w.opener] @@ -63,11 +62,11 @@ [cross-origin > w => w.closed] expected: - 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 == "linux") and webrender and not fission: ["TIMEOUT", "NOTRUN"] + if not debug and (os == "linux") and webrender and fission: 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 == "linux") and not webrender: ["FAIL", "TIMEOUT", "NOTRUN"] if not debug and (os == "win") and webrender: TIMEOUT if not debug and (os == "mac"): NOTRUN FAIL @@ -101,22 +100,20 @@ [cross-origin > w => w.frames] expected: - if debug and not fission and (os == "win") and not webrender and (processor == "x86"): TIMEOUT - if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"] - if debug and not fission and (os == "linux") and webrender: ["TIMEOUT", "FAIL"] - if debug and not fission and (os == "linux") and not webrender: 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"] + if debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT + if debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"] + if debug and (os == "linux") and not fission: ["TIMEOUT", "FAIL"] + if debug and (os == "linux") and fission: ["FAIL", "TIMEOUT"] + if debug and (os == "win") and webrender: TIMEOUT + if not debug and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN"] + if debug and (os == "mac"): TIMEOUT NOTRUN [cross-origin > w => w[0\]] expected: - if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"] - if debug and not fission and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"] - if debug and fission: ["TIMEOUT", "NOTRUN"] + if debug and (os == "win") and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"] + if debug and (os == "linux") and fission: ["TIMEOUT", "NOTRUN"] + if debug and (os == "linux") and not fission: ["NOTRUN", "TIMEOUT"] NOTRUN [same-site > w => w[0\]] @@ -127,12 +124,9 @@ [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 not debug and (os == "linux") and webrender: NOTRUN - if not debug and (os == "win"): NOTRUN - if not debug and (os == "mac"): NOTRUN - FAIL + if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN"] + if debug: FAIL + NOTRUN [cross-origin > w => w["test"\]] expected: NOTRUN diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-allow-popups-report-to.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-allow-popups-report-to.https.html.ini index fe2dad88aaa7..6c72ba8a284b 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-allow-popups-report-to.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-allow-popups-report-to.https.html.ini @@ -1,33 +1,33 @@ [reporting-popup-same-origin-allow-popups-report-to.https.html] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"] - if debug: OK - TIMEOUT + if not debug and (os == "linux") and webrender: TIMEOUT + if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"] + if not debug and (os == "win"): TIMEOUT + if not debug and (os == "mac"): TIMEOUT [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"] - if not debug and (os == "linux") and not webrender and (processor == "x86"): NOTRUN 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 == "linux") and not webrender: ["FAIL", "NOTRUN"] + if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"] if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"] if not debug and (os == "mac"): NOTRUN 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, , ] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86"): 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 not webrender: ["FAIL", "TIMEOUT"] + if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"] if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "FAIL"] - if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"] if not debug and (os == "mac"): TIMEOUT FAIL [verify remaining reports] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"] - if debug: PASS - NOTRUN + if not debug and (os == "linux") and webrender: NOTRUN + if not debug and (os == "linux") and not webrender: ["PASS", "NOTRUN"] + if not debug and (os == "mac"): NOTRUN + if not debug and (os == "win"): NOTRUN [coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ] expected: FAIL diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-coep-report-to.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-coep-report-to.https.html.ini index c27f3ceb0b29..fde48cce7c89 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-coep-report-to.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-coep-report-to.https.html.ini @@ -1,35 +1,29 @@ [reporting-popup-same-origin-coep-report-to.https.html] expected: - if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"] - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"] - if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "OK"] - 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 + if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"] + if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT + if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"] + if not debug and (os == "linux") and webrender: TIMEOUT + if not debug and (os == "win") and webrender: ["TIMEOUT", "OK"] + if not debug and (os == "mac"): TIMEOUT [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ] expected: - if not debug and not webrender and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"] - if not debug and not webrender and (processor == "x86") and (os == "win"): ["TIMEOUT", "FAIL"] - 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"] + if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT + if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"] + if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"] + if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"] + if not debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"] + if not debug and (os == "mac"): TIMEOUT FAIL [verify remaining reports] expected: - 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 (os == "win") and webrender and not fission: ["NOTRUN", "PASS", "TIMEOUT"] - if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["PASS", "NOTRUN"] - 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"] + if not debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"] + if not debug and (os == "win") and not webrender and (processor == "x86_64"): NOTRUN + if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"] + if not debug and (os == "linux") and not webrender: ["PASS", "NOTRUN", "TIMEOUT"] + if not debug and (os == "win") and webrender: ["NOTRUN", "PASS", "TIMEOUT"] + 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", , , ] expected: FAIL diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-report-to.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-report-to.https.html.ini index c773728014c1..9385d3f7aaa5 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-report-to.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-report-to.https.html.ini @@ -1,41 +1,40 @@ [reporting-popup-same-origin-report-to.https.html] expected: - 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"] + if debug and webrender and fission: ["OK", "TIMEOUT"] + if debug and webrender and not fission: ["TIMEOUT", "OK"] + if debug and not webrender and (processor == "x86"): ["OK", "TIMEOUT"] + if not debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"] TIMEOUT [coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"] - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"] - if debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"] + if debug and (os == "linux") and webrender and fission: ["FAIL", "TIMEOUT"] + if debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "FAIL"] if debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT + if debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "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 + if not debug and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN", "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", , , ] expected: - if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"] - if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "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 + if debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"] + if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"] + if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"] + if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"] + if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT + if not debug and (os == "mac"): TIMEOUT FAIL [verify remaining reports] expected: - 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 webrender and not fission: ["NOTRUN", "PASS"] + if debug and (os == "linux") and webrender and fission: ["PASS", "NOTRUN"] + if debug and (os == "win") and not webrender and (processor == "x86"): ["PASS", "NOTRUN"] 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"] + if not debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"] NOTRUN [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ] @@ -43,9 +42,8 @@ [coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ] 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 not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"] + if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT", "NOTRUN"] 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 @@ -53,8 +51,9 @@ [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"] - if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"] - if debug: FAIL + if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN"] + if debug and (os == "linux"): FAIL + if debug and (os == "win"): FAIL + if debug and (os == "mac"): ["FAIL", "TIMEOUT"] NOTRUN diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin.https.html.ini index e718f77158dc..f026263235a2 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin.https.html.ini @@ -1,7 +1,6 @@ [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 not webrender: ["OK", "TIMEOUT"] if not debug and (os == "linux") and webrender: TIMEOUT if not debug and (os == "mac"): TIMEOUT if not debug and (os == "win"): TIMEOUT @@ -10,8 +9,7 @@ [coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ] expected: - 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 not webrender: ["FAIL", "TIMEOUT"] if not debug and (os == "linux") and webrender: TIMEOUT if not debug and (os == "win"): TIMEOUT if not debug and (os == "mac"): TIMEOUT @@ -19,8 +17,7 @@ [coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ] expected: - 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 not webrender: ["FAIL", "NOTRUN", "TIMEOUT"] if not debug and (os == "linux") and webrender: NOTRUN if not debug and (os == "mac"): NOTRUN if not debug and (os == "win"): NOTRUN @@ -28,9 +25,8 @@ [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 == "linux") and not webrender: ["PASS", "NOTRUN"] if not debug and (os == "mac"): NOTRUN if not debug and (os == "win"): NOTRUN diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unafe-none-report-to.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unafe-none-report-to.https.html.ini index 538281782e9a..fed55d366016 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unafe-none-report-to.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unafe-none-report-to.https.html.ini @@ -1,41 +1,31 @@ [reporting-popup-unafe-none-report-to.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 not webrender: ["OK", "TIMEOUT"] 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", , , ] expected: - if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"] - if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["NOTRUN", "TIMEOUT"] - 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 == "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 == "linux") and not webrender: ["FAIL", "NOTRUN"] + if not debug and (os == "win"): ["NOTRUN", "TIMEOUT"] if not debug and (os == "mac"): NOTRUN FAIL [coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ] expected: - if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["TIMEOUT", "FAIL"] - if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["TIMEOUT", "FAIL"] - 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 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 == "linux") and not webrender: ["FAIL", "TIMEOUT"] + if not debug and (os == "win"): ["TIMEOUT", "FAIL"] if not debug and (os == "mac"): TIMEOUT FAIL [verify remaining reports] expected: - 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 not webrender: ["PASS", "NOTRUN"] if not debug and (os == "linux") and webrender: NOTRUN - if not debug and (os == "win"): NOTRUN if not debug and (os == "mac"): NOTRUN + if not debug and (os == "win"): NOTRUN [coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ] expected: FAIL diff --git a/testing/web-platform/meta/html/dom/idlharness.https.html.ini b/testing/web-platform/meta/html/dom/idlharness.https.html.ini index 439e2cace0a2..eecc5d7e8dca 100644 --- a/testing/web-platform/meta/html/dom/idlharness.https.html.ini +++ b/testing/web-platform/meta/html/dom/idlharness.https.html.ini @@ -811,6 +811,7 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe [idlharness.https.html?include=HTML.*] prefs: [dom.dialog_element.enabled:true] + [HTMLInputElement interface: attribute dirName] expected: FAIL @@ -987,4 +988,3 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe [SVGAElement includes HTMLHyperlinkElementUtils: member names are unique] expected: FAIL - diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini index f1c2af542b4b..bb469b15a711 100644 --- a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini @@ -2,10 +2,12 @@ implementation-status: backlog bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912 [blob-data.https.html] expected: - if (os == "win") and (processor == "x86_64") and debug and webrender: ["OK", "TIMEOUT"] - if (os == "linux") and webrender and debug: ["OK", "TIMEOUT"] - if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"] - if (os == "mac") and debug: ["OK", "TIMEOUT"] + if not debug and (os == "win") and not webrender and (processor == "x86"): ["OK", "TIMEOUT"] + if not debug and (os == "win") and webrender: ["OK", "TIMEOUT"] + if debug and webrender and (os == "linux"): ["OK", "TIMEOUT"] + if debug and not webrender and (os == "linux"): ["OK", "TIMEOUT"] + if debug and not webrender and (os == "win"): ["OK", "TIMEOUT"] + if debug and not webrender and (os == "mac"): ["OK", "TIMEOUT"] [TIMEOUT, OK] [data frame: self.isSecureContext] expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini index b34c9f33973d..5e98fc68d50b 100644 --- a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini @@ -44,11 +44,7 @@ [utf-16be.html?include=xhr] [utf-16be.html?include=workers] - 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"] - [OK, TIMEOUT] + expected: [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL @@ -60,11 +56,7 @@ FAIL [SharedWorker constructor] - expected: - if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"] - if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"] - if (os == "android") and debug: ["TIMEOUT", "PASS"] - [PASS, TIMEOUT] + expected: [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le.html.ini index 0c03237714a6..46201d449eae 100644 --- a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le.html.ini +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le.html.ini @@ -43,27 +43,23 @@ [utf-16le.html?include=workers] expected: - if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"] - if (os == "linux") and debug and not webrender: ["TIMEOUT", "OK"] - if (os == "mac") and debug: ["TIMEOUT", "OK"] + if (os == "linux") and not debug and fission: ["TIMEOUT", "OK"] + if os == "mac": ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL [importScripts() in a shared worker] expected: - if (processor == "x86_64") and (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"] - if (processor == "x86") and (os == "win") and debug: ["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"] + if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"] + if not webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"] + if not webrender and (os == "mac"): ["FAIL", "TIMEOUT"] FAIL [SharedWorker constructor] expected: - if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"] - if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"] - if (os == "mac") and debug: ["TIMEOUT", "PASS"] + if (os == "linux") and not debug and fission: ["TIMEOUT", "PASS"] + if os == "mac": ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] @@ -71,7 +67,7 @@ [Worker() in a shared worker] expected: - if webrender and (os == "linux"): ["PASS", "TIMEOUT"] + if (os == "linux") and webrender: ["PASS", "TIMEOUT"] [utf-16le.html?include=loading] diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html.ini index 99acd3775cfd..ff0ad3f0cbef 100644 --- a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html.ini +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html.ini @@ -33,7 +33,7 @@ [utf-8.html?include=workers] expected: - if (os == "android") and debug: ["TIMEOUT", "OK"] + if (os == "win") and fission: ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL @@ -46,7 +46,7 @@ [SharedWorker constructor] expected: - if (os == "android") and debug: ["TIMEOUT", "PASS"] + if (os == "win") and fission: ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html.ini index 8c15252c92d0..be6434b1d845 100644 --- a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html.ini +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html.ini @@ -286,10 +286,7 @@ [windows-1251.html?include=workers] - expected: - if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"] - if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"] - [OK, TIMEOUT] + expected: [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL @@ -299,10 +296,7 @@ FAIL [SharedWorker constructor] - expected: - if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"] - if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"] - [PASS, TIMEOUT] + expected: [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html.ini index 7b76a982d54c..68c544260626 100644 --- a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html.ini +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html.ini @@ -115,8 +115,8 @@ [windows-1252.html?include=workers] expected: - if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"] - if (os == "mac") and not debug: ["TIMEOUT", "OK"] + if (os == "linux") and fission and debug: ["TIMEOUT", "OK"] + if (os == "mac") and debug: ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL @@ -129,8 +129,8 @@ [SharedWorker constructor] expected: - if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS"] - if (os == "mac") and not debug: ["TIMEOUT", "PASS"] + if (os == "linux") and fission and debug: ["TIMEOUT", "PASS"] + if (os == "mac") and debug: ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini index 57c724c11798..0c9e33bc87f8 100644 --- a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini @@ -1,6 +1,5 @@ [iframe-scrolling-attribute.html] 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 debug: ["FAIL", "PASS"] - if (os == "mac") and debug: ["PASS", "FAIL"] - if (os == "mac") and not debug: ["PASS", "FAIL"] + if os == "mac": ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini index 5955fa84731d..750b91791829 100644 --- a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini +++ b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini @@ -1,6 +1,8 @@ [track-mode-not-changed-by-new-track.html] [A track appended after the initial track configuration does not change other tracks] expected: + if (os == "linux") and not fission and debug and webrender: ["PASS", "FAIL"] if (os == "linux") and fission and debug: ["PASS", "FAIL"] + if (os == "mac") and debug: ["PASS", "FAIL"] if os == "android": ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/inert-does-not-match-disabled-selector.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/inert-does-not-match-disabled-selector.html.ini index 085b4ee69f2f..efe94e2edd26 100644 --- a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/inert-does-not-match-disabled-selector.html.ini +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/inert-does-not-match-disabled-selector.html.ini @@ -1,5 +1,7 @@ [inert-does-not-match-disabled-selector.html] prefs: [dom.dialog_element.enabled:false] [Tests inert elements do not match the :disabled selector.] - expected: FAIL + expected: + if (os == "android") and not debug: ["FAIL", "PASS"] + FAIL diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-classic.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-classic.html.ini index ca5a6cc10e77..89296ea9a942 100644 --- a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-classic.html.ini +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-classic.html.ini @@ -3,9 +3,8 @@ 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 == "win") and webrender: PASS + if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"] if not debug and (os == "linux") and webrender: ["PASS", "FAIL"] if not debug and (os == "mac"): PASS FAIL diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-module.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-module.html.ini index f1bd74f05f95..1ba13371a5af 100644 --- a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-module.html.ini +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-createHTMLDocument-fetch-error-external-module.html.ini @@ -1,12 +1,11 @@ [after-prepare-createHTMLDocument-fetch-error-external-module.html] [