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 a714be03d5fd..0b1a8a224860 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,8 +1,8 @@ [relpos-percentage-top-in-scrollable.html] [Top percentage resolved correctly for overflow contribution] expected: - if (os == "android") and debug and webrender: ["PASS", "FAIL"] - if (os == "android") and debug and not webrender: ["FAIL", "PASS"] - if (os == "android") and not debug and webrender: ["PASS", "FAIL"] - if (os == "android") and not debug and not webrender: ["FAIL", "PASS"] + if (os == "android") and debug and webrender: [PASS, FAIL] + if (os == "android") and debug and not webrender: [FAIL, PASS] + if (os == "android") and not debug and webrender: [PASS, FAIL] + if (os == "android") and not debug and not webrender: [FAIL, PASS] 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 b14c9dcaf461..522267623a67 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 webrender and (os == "win") and debug: ["PASS", "FAIL"] - if webrender and (os == "win") and not debug: ["PASS", "FAIL"] - if webrender and (os == "mac"): ["PASS", "FAIL"] - if webrender and (os == "linux"): ["PASS", "FAIL"] - if webrender and (os == "android"): ["PASS", "FAIL"] + if webrender and (os == "win") and debug: [PASS, FAIL] + if webrender and (os == "win") and not debug: [PASS, FAIL] + if webrender and (os == "mac"): [PASS, FAIL] + if webrender and (os == "linux"): [PASS, FAIL] + if webrender and (os == "android"): [PASS, FAIL] + if not webrender and (os == "android") and not debug: FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-items/grid-auto-margin-and-replaced-item-001.html.ini b/testing/web-platform/meta/css/css-grid/grid-items/grid-auto-margin-and-replaced-item-001.html.ini index 6a77291e45d7..c80dd89a932a 100644 --- a/testing/web-platform/meta/css/css-grid/grid-items/grid-auto-margin-and-replaced-item-001.html.ini +++ b/testing/web-platform/meta/css/css-grid/grid-items/grid-auto-margin-and-replaced-item-001.html.ini @@ -1,2 +1,4 @@ [grid-auto-margin-and-replaced-item-001.html] - expected: [FAIL, PASS] + expected: + if fission: ["FAIL", "PASS"] + [PASS, 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 f3f651a649a9..d2d054f3f6ce 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,6 +1,6 @@ [list-style-image-zoom-dynamic.html] expected: - if (os == "win") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"] - if (os == "linux") and not debug and webrender: ["PASS", "FAIL"] - if (os == "mac") and not debug: ["PASS", "FAIL"] + if (os == "win") and not debug and not webrender and (processor == "x86"): [PASS, FAIL] + if (os == "linux") and not debug and webrender: [PASS, FAIL] + if (os == "mac") 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 82e46830aca1..bdd56cc2ecc1 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,7 +1,7 @@ [clip-path-descendant-text-mutated-001.html] expected: - if (os == "win") and not webrender and (processor == "x86_64") and debug: ["PASS", "FAIL", "ERROR"] - if (os == "win") and not webrender and (processor == "x86_64") and not debug: ["FAIL", "PASS", "ERROR"] - if (os == "win") and not webrender and (processor == "x86"): ["PASS", "FAIL", "ERROR"] - if (os == "linux") and debug and not webrender: ["FAIL", "PASS"] + if (os == "win") and not webrender and (processor == "x86_64") and debug: [PASS, FAIL, ERROR] + if (os == "win") and not webrender and (processor == "x86_64") and not debug: [FAIL, PASS, ERROR] + if (os == "win") and not webrender and (processor == "x86"): [PASS, FAIL, ERROR] + if (os == "linux") and debug and not webrender: [FAIL, PASS] [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-overflow/input-scrollable-region-001.html.ini b/testing/web-platform/meta/css/css-overflow/input-scrollable-region-001.html.ini index c35a8dcb7aba..d196573d0c52 100644 --- a/testing/web-platform/meta/css/css-overflow/input-scrollable-region-001.html.ini +++ b/testing/web-platform/meta/css/css-overflow/input-scrollable-region-001.html.ini @@ -1,3 +1,3 @@ [input-scrollable-region-001.html] expected: - if (processor == "x86") and debug: ["FAIL", "PASS"] + if (processor == "x86") and debug: [FAIL, PASS] diff --git a/testing/web-platform/meta/css/css-sizing/range-percent-intrinsic-size-1.html.ini b/testing/web-platform/meta/css/css-sizing/range-percent-intrinsic-size-1.html.ini index 7d98a6170ba4..42f2196c15fa 100644 --- a/testing/web-platform/meta/css/css-sizing/range-percent-intrinsic-size-1.html.ini +++ b/testing/web-platform/meta/css/css-sizing/range-percent-intrinsic-size-1.html.ini @@ -1,5 +1,6 @@ [range-percent-intrinsic-size-1.html] expected: - if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["PASS", "FAIL"] - if (os == "win") and not webrender and not debug and (processor == "x86"): ["PASS", "FAIL"] - if (os == "win") and not webrender and debug: ["PASS", "FAIL"] + if (os == "win") and not webrender and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "win") and not webrender and not debug and (processor == "x86"): [PASS, FAIL] + if (os == "win") and not webrender and debug and (processor == "x86"): ["PASS", "FAIL"] + if (os == "win") and not webrender and debug and (processor == "x86_64"): ["FAIL", "PASS"] diff --git a/testing/web-platform/meta/css/css-text-decor/text-underline-offset-overline-vertical.html.ini b/testing/web-platform/meta/css/css-text-decor/text-underline-offset-overline-vertical.html.ini index 085902a1b7be..ef3a8b5dc930 100644 --- a/testing/web-platform/meta/css/css-text-decor/text-underline-offset-overline-vertical.html.ini +++ b/testing/web-platform/meta/css/css-text-decor/text-underline-offset-overline-vertical.html.ini @@ -1,3 +1,3 @@ [text-underline-offset-overline-vertical.html] expected: - if os == "win" and bits == 32 and debug: ["FAIL", "PASS"] + if (os == "win") and (bits == 32) and debug: [FAIL, PASS] 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 3a569ca80ee2..7b98c1217fe9 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,5 @@ [effect-reference-feimage-003.html] expected: - if webrender and (os == "android") and debug: ["FAIL", "PASS"] - if webrender and (os == "linux"): ["PASS", "FAIL"] - if webrender and (os == "win"): ["PASS", "FAIL"] + if webrender and (os == "android") and debug: [FAIL, PASS] + if webrender and (os == "linux"): [PASS, FAIL] + if webrender and (os == "win"): [PASS, FAIL] diff --git a/testing/web-platform/meta/css/selectors/focus-within-006.html.ini b/testing/web-platform/meta/css/selectors/focus-within-006.html.ini new file mode 100644 index 000000000000..94975e27051f --- /dev/null +++ b/testing/web-platform/meta/css/selectors/focus-within-006.html.ini @@ -0,0 +1,3 @@ +[focus-within-006.html] + expected: + if (processor == "x86") and not debug: FAIL diff --git a/testing/web-platform/meta/fetch/api/basic/text-utf8.any.js.ini b/testing/web-platform/meta/fetch/api/basic/text-utf8.any.js.ini index 6a2a6fcdc925..44fe7f219dda 100644 --- a/testing/web-platform/meta/fetch/api/basic/text-utf8.any.js.ini +++ b/testing/web-platform/meta/fetch/api/basic/text-utf8.any.js.ini @@ -2,7 +2,7 @@ [text-utf8.any.worker.html] expected: - if (os == "mac") and debug: ["OK", "CRASH"] + if (os == "mac") and debug: [OK, CRASH] [text-utf8.any.serviceworker.html] diff --git a/testing/web-platform/meta/fetch/api/response/response-cancel-stream.any.js.ini b/testing/web-platform/meta/fetch/api/response/response-cancel-stream.any.js.ini index e645d546f069..0b7082e48d98 100644 --- a/testing/web-platform/meta/fetch/api/response/response-cancel-stream.any.js.ini +++ b/testing/web-platform/meta/fetch/api/response/response-cancel-stream.any.js.ini @@ -1,33 +1,34 @@ [response-cancel-stream.any.sharedworker.html] expected: - if os == "mac": ["OK", "TIMEOUT"] + if os == "mac": [OK, TIMEOUT] [Cancelling a closed Response stream] expected: - if os == "mac": ["PASS", "FAIL", "TIMEOUT"] + if os == "mac": [PASS, FAIL, TIMEOUT] [response-cancel-stream.any.html] expected: - if (os == "mac") and debug: ["OK", "ERROR", "TIMEOUT"] - if (os == "mac") and not debug: ["ERROR", "OK", "TIMEOUT"] + if (os == "mac") and debug: [OK, ERROR, TIMEOUT] + if (os == "mac") and not debug: [ERROR, OK, TIMEOUT] [Cancelling a closed Response stream] expected: - if os == "mac": ["FAIL", "PASS", "TIMEOUT"] + if os == "mac": [FAIL, PASS, TIMEOUT] [response-cancel-stream.any.serviceworker.html] expected: - if os == "mac": ["OK", "TIMEOUT"] + if os == "mac": [OK, TIMEOUT] [Cancelling a closed Response stream] expected: - if os == "mac": ["PASS", "FAIL", "TIMEOUT"] + if os == "mac": [PASS, FAIL, TIMEOUT] [response-cancel-stream.any.worker.html] expected: - if os == "mac": ["OK", "ERROR", "TIMEOUT"] + if (os == "mac") and not debug: ["ERROR", "OK", "TIMEOUT"] + if (os == "mac") and debug: ["OK", "ERROR", "TIMEOUT"] [Cancelling a closed Response stream] expected: - if (os == "mac") and debug: ["FAIL", "PASS", "TIMEOUT"] - if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"] + if (os == "mac") and debug: [FAIL, PASS, TIMEOUT] + if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/drawing-text-to-the-canvas/2d.text.draw.fontface.notinpage.html.ini b/testing/web-platform/meta/html/canvas/element/drawing-text-to-the-canvas/2d.text.draw.fontface.notinpage.html.ini index bdc5abac8385..105b8a920e5b 100644 --- a/testing/web-platform/meta/html/canvas/element/drawing-text-to-the-canvas/2d.text.draw.fontface.notinpage.html.ini +++ b/testing/web-platform/meta/html/canvas/element/drawing-text-to-the-canvas/2d.text.draw.fontface.notinpage.html.ini @@ -1,7 +1,9 @@ [2d.text.draw.fontface.notinpage.html] [@font-face fonts should work even if they are not used in the page] expected: - if (os == "win") and (processor == "x86_64") and debug and not webrender: ["FAIL", "PASS"] - if (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"] + if (os == "win") and (processor == "x86_64") and debug and not webrender: [FAIL, PASS] + if (os == "win") and (processor == "x86") and debug: [FAIL, PASS] + if (os == "linux") and not webrender and debug: ["FAIL", "PASS"] + if (os == "mac") and debug: ["FAIL", "PASS"] [PASS, FAIL] 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 380f163d5a6f..ca78b686cc8a 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,9 @@ [offscreencanvas.commit.w.html] expected: - if (os == "linux") and webrender and not debug and not fission: ["ERROR", "OK"] - if (os == "linux") and webrender and not debug and fission: ["ERROR", "OK"] - if (os == "win") and debug and not webrender and (processor == "x86_64"): ["ERROR", "OK"] + if (os == "linux") and webrender and not debug and not fission: [ERROR, OK] + if (os == "linux") and webrender and not debug and fission: [ERROR, OK] + if (os == "win") and debug and not webrender and (processor == "x86_64"): [ERROR, OK] + if os == "mac": ["ERROR", "OK"] [OK, ERROR] [Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.] expected: FAIL diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html.ini index 148d1385cd64..46a0b00976cd 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html.ini @@ -3,14 +3,12 @@ if (os == "win") and (processor == "x86_64"): random test expected: if (os == "win") and ccov: OK - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [OK, TIMEOUT] if debug: OK - [TIMEOUT, OK] [coop reporting test Report only tests for an opener without any COOP/COOP report only set to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ] expected: - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [FAIL, TIMEOUT] if debug: FAIL - [TIMEOUT, FAIL] [coop reporting test Report only tests for an opener without any COOP/COOP report only set to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ] expected: FAIL @@ -18,8 +16,8 @@ [verify remaining reports] expected: if (os == "win") and ccov: PASS - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["PASS", "NOTRUN"] - if not debug and not webrender and (os == "linux") and (processor == "x86"): ["NOTRUN", "PASS"] - if not debug and not webrender and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"] - if not debug and webrender: ["NOTRUN", "PASS"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [PASS, NOTRUN] + if not debug and not webrender and (os == "linux") and (processor == "x86"): [NOTRUN, PASS] + if not debug and not webrender and (os == "win"): [NOTRUN, PASS, TIMEOUT] + if not debug and webrender: [NOTRUN, PASS] diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html.ini index 9dabcd690535..3455783df64e 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html.ini @@ -1,39 +1,39 @@ [report-only-same-origin-report-to.https.html] expected: if (os == "win") and ccov: OK - if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"] - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"] - if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"] + if not debug and (os == "linux") and not webrender and (processor == "x86"): [TIMEOUT, OK] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [OK, TIMEOUT] + if not debug and (os == "linux") and webrender: [TIMEOUT, OK] if not debug and (os == "mac"): TIMEOUT - if not debug and (os == "win"): ["TIMEOUT", "OK"] + if not debug and (os == "win"): [TIMEOUT, OK] [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-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 webrender: ["TIMEOUT", "FAIL"] - if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"] - if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT] + if not debug and (os == "linux") and not webrender and (processor == "x86"): [TIMEOUT, FAIL] + if not debug and (os == "linux") and webrender: [TIMEOUT, FAIL] + if not debug and (os == "win") and (processor == "x86"): [TIMEOUT, FAIL] + if not debug and (os == "win") and (processor == "x86_64"): [FAIL, TIMEOUT] if not debug and (os == "mac"): TIMEOUT FAIL [coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ] expected: if (os == "win") and ccov: PASS - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"] - if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"] - if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"] - if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"] - if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS", "TIMEOUT"] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT] + if not debug and (os == "linux") and not webrender and (processor == "x86"): [NOTRUN, PASS, TIMEOUT] + if not debug and (os == "win") and (processor == "x86"): [NOTRUN, PASS, TIMEOUT] + if not debug and (os == "win") and (processor == "x86_64"): [TIMEOUT, PASS, NOTRUN] + if not debug and (os == "linux") and webrender: [NOTRUN, PASS, TIMEOUT] if not debug and (os == "mac"): NOTRUN [verify remaining reports] expected: if (os == "win") and ccov: PASS - 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", "PASS"] + 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, PASS] if not debug and (os == "mac"): NOTRUN - if not debug and (os == "win"): ["NOTRUN", "PASS"] + if not debug and (os == "win"): [NOTRUN, PASS] [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with , , , ] expected: FAIL diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html.ini index f96255a1d309..6e1cd7dec0ab 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html.ini @@ -1,20 +1,20 @@ [report-only-same-origin.https.html] expected: - if not debug and (os == "win") and not fission and not webrender and (processor == "x86"): ["TIMEOUT", "OK"] - if not debug and (os == "win") and not fission 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 and (processor == "x86_64"): ["OK", "TIMEOUT"] - if not debug and (os == "win") and not fission and webrender: ["OK", "TIMEOUT"] - if not debug and (os == "linux") and webrender: ["TIMEOUT", "OK"] - if not debug and (os == "win") and fission: ["TIMEOUT", "OK"] + if not debug and (os == "win") and not fission and not webrender and (processor == "x86"): [TIMEOUT, OK] + if not debug and (os == "win") and not fission 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 and (processor == "x86_64"): [OK, TIMEOUT] + if not debug and (os == "win") and not fission and webrender: [OK, TIMEOUT] + if not debug and (os == "linux") and webrender: [TIMEOUT, OK] + if not debug and (os == "win") and fission: [TIMEOUT, OK] if not debug and (os == "mac"): TIMEOUT [coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", require-corp] expected: - if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"] - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"] - if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"] - if not debug and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"] - if not debug and (os == "win") and (processor == "x86"): ["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 == "linux") and webrender: [TIMEOUT, FAIL] + if not debug and (os == "win") and (processor == "x86_64"): [FAIL, TIMEOUT] + if not debug and (os == "win") and (processor == "x86"): [TIMEOUT, FAIL] if not debug and (os == "mac"): TIMEOUT FAIL @@ -23,12 +23,12 @@ [verify remaining reports] expected: - if not debug and (os == "win") and (processor == "x86_64") and not fission and webrender: ["PASS", "TIMEOUT", "NOTRUN"] - if not debug and (os == "win") and (processor == "x86_64") and not fission and not webrender: ["PASS", "TIMEOUT", "NOTRUN"] - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"] - if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"] - if not debug and (os == "win") and (processor == "x86_64") and fission: ["TIMEOUT", "PASS", "NOTRUN"] - if not debug and (os == "linux") and webrender: ["NOTRUN", "PASS"] - if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"] + if not debug and (os == "win") and (processor == "x86_64") and not fission and webrender: [PASS, TIMEOUT, NOTRUN] + if not debug and (os == "win") and (processor == "x86_64") and not fission and not webrender: [PASS, TIMEOUT, NOTRUN] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT] + if not debug and (os == "linux") and not webrender and (processor == "x86"): [NOTRUN, PASS, TIMEOUT] + if not debug and (os == "win") and (processor == "x86_64") and fission: [TIMEOUT, PASS, NOTRUN] + if not debug and (os == "linux") and webrender: [NOTRUN, PASS] + if not debug and (os == "win") and (processor == "x86"): [NOTRUN, PASS, TIMEOUT] if not debug and (os == "mac"): 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 b86f3ae9804b..adae155efb2d 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 @@ -3,28 +3,24 @@ if (os == "win") and (processor == "x86_64"): random test expected: if (os == "win") and ccov: OK - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [OK, TIMEOUT] if debug: OK - [TIMEOUT, OK] [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ] expected: if (os == "win") and ccov: FAIL - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT] if debug: FAIL - [NOTRUN, FAIL, TIMEOUT] [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 not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [FAIL, TIMEOUT] if debug: FAIL - [TIMEOUT, FAIL] [verify remaining reports] expected: if ccov: [NOTRUN, PASS] - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["PASS", "NOTRUN"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [PASS, NOTRUN] if debug: PASS - [NOTRUN, PASS] [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.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin.https.html.ini index ce04cce09c99..0c03667ad580 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 @@ -2,27 +2,23 @@ disabled: if (os == "win") and (processor == "x86_64"): random test expected: - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [OK, TIMEOUT] if debug: OK - [TIMEOUT, OK] [coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ] expected: if (os == "linux") and ccov: [TIMEOUT, FAIL] - if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if not debug and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT] if debug: FAIL - [TIMEOUT, FAIL] [coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ] expected: - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT] if debug: FAIL - [NOTRUN, FAIL, TIMEOUT] [verify remaining reports] expected: - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["PASS", "NOTRUN"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [PASS, NOTRUN] if debug: PASS - [NOTRUN, PASS] [coop reporting test reporting same origin to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ] expected: FAIL @@ -30,7 +26,6 @@ [coop reporting test reporting same origin to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", ] expected: if (os == "win") and ccov: TIMEOUT - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["PASS", "NOTRUN"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [PASS, NOTRUN] if debug: PASS - [NOTRUN, PASS] diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unsafe-none-report-to.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unsafe-none-report-to.https.html.ini index 651f29379807..703723ec69ce 100644 --- a/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unsafe-none-report-to.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unsafe-none-report-to.https.html.ini @@ -3,30 +3,27 @@ if (os == "win") and (processor == "x86_64"): random test expected: if (os == "win") and ccov: OK - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [OK, TIMEOUT] if debug: OK - [TIMEOUT, OK] [coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ] expected: if ccov: FAIL - if not debug and not webrender and (os == "linux") and (processor == "x86"): ["NOTRUN", "FAIL"] - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["FAIL", "NOTRUN"] - if not debug and not webrender and (os == "win"): ["NOTRUN", "FAIL", "TIMEOUT"] - if not debug and webrender: ["NOTRUN", "FAIL"] + if not debug and not webrender and (os == "linux") and (processor == "x86"): [NOTRUN, FAIL] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [FAIL, NOTRUN] + if not debug and not webrender and (os == "win"): [NOTRUN, FAIL, TIMEOUT] + if not debug and webrender: [NOTRUN, FAIL] FAIL [coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ] expected: - if not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"] + if not debug and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT] if debug: FAIL - [TIMEOUT, FAIL] [verify remaining reports] expected: if (os == "win") and ccov: PASS - if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["PASS", "NOTRUN"] + if not debug and not webrender and (os == "linux") and (processor == "x86_64"): [PASS, NOTRUN] if debug: PASS - [NOTRUN, PASS] [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/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 eeaa26b0b00b..af3ae4febbd8 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,20 +43,22 @@ [utf-16le.html?include=workers] expected: - if (os == "mac") and debug: ["TIMEOUT", "OK"] + if (os == "mac") and debug: [TIMEOUT, OK] + if (processor == "x86") and debug: ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL [importScripts() in a shared worker] expected: - if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"] - if not webrender and (os == "linux"): ["FAIL", "TIMEOUT"] + if not webrender and (os == "win") and (processor == "x86"): [FAIL, TIMEOUT] + if not webrender and (os == "linux"): [FAIL, TIMEOUT] FAIL [SharedWorker constructor] expected: - if (os == "mac") and debug: ["TIMEOUT", "PASS"] + if (os == "mac") and debug: [TIMEOUT, PASS] + if (processor == "x86") and debug: ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] @@ -64,7 +66,7 @@ [Worker() in a shared worker] expected: - if (os == "linux") and webrender: ["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 0c0c2af795c5..51cfc93096ac 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,24 +33,28 @@ [utf-8.html?include=workers] expected: - if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"] - if (os == "win") and debug and webrender: ["TIMEOUT", "OK"] - if (os == "mac") and debug: ["TIMEOUT", "OK"] + if (os == "win") and debug and not webrender and (processor == "x86"): [TIMEOUT, OK] + if (os == "win") and debug and webrender: [TIMEOUT, OK] + if (os == "mac") and debug: [TIMEOUT, OK] + if (os == "android") and not debug and webrender: ["TIMEOUT", "OK"] + if (os == "linux") and debug: ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL [importScripts() in a shared worker] expected: - if (processor == "x86") and debug: ["TIMEOUT", "FAIL"] - if (processor == "x86") and not debug: ["FAIL", "TIMEOUT"] + if (processor == "x86") and debug: [TIMEOUT, FAIL] + if (processor == "x86") and not debug: [FAIL, TIMEOUT] FAIL [SharedWorker constructor] expected: - if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"] - if (os == "win") and debug and webrender: ["TIMEOUT", "PASS"] - if (os == "mac") and debug: ["TIMEOUT", "PASS"] + if (os == "win") and debug and not webrender and (processor == "x86"): [TIMEOUT, PASS] + if (os == "win") and debug and webrender: [TIMEOUT, PASS] + if (os == "mac") and debug: [TIMEOUT, PASS] + if (os == "android") and not debug and webrender: ["TIMEOUT", "PASS"] + if (os == "linux") and debug: ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] @@ -58,7 +62,7 @@ [Worker() in a shared worker] expected: - if (os == "win") and debug and not webrender: ["PASS", "TIMEOUT"] + if (os == "win") and debug and not webrender: [PASS, TIMEOUT] [utf-8.html?include=websocket] 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 42385b03eb1a..d254949a5641 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 @@ -287,21 +287,23 @@ [windows-1251.html?include=workers] expected: - if (os == "linux") and debug and not fission: ["TIMEOUT", "OK"] - if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"] + if (os == "linux") and debug and not fission: [TIMEOUT, OK] + if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, OK] + if (os == "mac") and debug: ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL [importScripts() in a shared worker] expected: - if processor == "x86": ["FAIL", "TIMEOUT"] + if processor == "x86": [FAIL, TIMEOUT] FAIL [SharedWorker constructor] expected: - if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "PASS"] - if (os == "linux") and debug and not fission: ["TIMEOUT", "PASS"] + if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, PASS] + if (os == "linux") and debug and not fission: [TIMEOUT, PASS] + if (os == "mac") and debug: ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] @@ -309,8 +311,8 @@ [Worker() in a shared worker] expected: - if not webrender and (os == "win") and (processor == "x86"): ["PASS", "TIMEOUT"] - if not webrender and (os == "linux"): ["PASS", "TIMEOUT"] + if not webrender and (os == "win") and (processor == "x86"): [PASS, TIMEOUT] + if not webrender and (os == "linux"): [PASS, TIMEOUT] [windows-1251.html?include=scheme] 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 139dde2d49bf..787f7558fb88 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,22 +115,28 @@ [windows-1252.html?include=workers] expected: - if not debug and fission and (os == "win"): ["TIMEOUT", "OK"] - if debug and (os == "mac"): ["TIMEOUT", "OK"] + if not debug and fission and (os == "win"): [TIMEOUT, OK] + if debug and (os == "mac"): [TIMEOUT, OK] + if (os == "linux") and debug and not webrender: ["TIMEOUT", "OK"] + if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"] + if os == "mac": ["TIMEOUT", "OK"] [OK, TIMEOUT] [SharedWorker() in a shared worker] expected: FAIL [importScripts() in a shared worker] expected: - if (os == "win") and not webrender: ["FAIL", "TIMEOUT"] - if (os == "linux") and webrender: ["FAIL", "TIMEOUT"] + if (os == "win") and not webrender: [FAIL, TIMEOUT] + if (os == "linux") and webrender: [FAIL, TIMEOUT] FAIL [SharedWorker constructor] expected: - if not debug and fission and (os == "win"): ["TIMEOUT", "PASS"] - if debug and (os == "mac"): ["TIMEOUT", "PASS"] + if not debug and fission and (os == "win"): [TIMEOUT, PASS] + if debug and (os == "mac"): [TIMEOUT, PASS] + if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"] + if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"] + if os == "mac": ["TIMEOUT", "PASS"] [PASS, TIMEOUT] [SharedWorker() in a dedicated worker] @@ -138,7 +144,7 @@ [Worker() in a shared worker] expected: - if processor == "x86": ["PASS", "TIMEOUT"] + if processor == "x86": [PASS, TIMEOUT] [windows-1252.html?include=websocket] diff --git a/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/first-when-later.html.ini b/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/first-when-later.html.ini index 807d2582c4ae..1e59d4f1268b 100644 --- a/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/first-when-later.html.ini +++ b/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/first-when-later.html.ini @@ -1,6 +1,6 @@ [first-when-later.html] [The first autofocus in the document wins, even if elements are inserted later.] expected: - if (os == "win") and not fission and not debug and (processor == "x86_64"): ["PASS", "FAIL"] - if (os == "win") and fission: ["PASS", "FAIL"] + if (os == "win") and not fission and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "win") and fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/no-autofocus-on-changing-input-type.html.ini b/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/no-autofocus-on-changing-input-type.html.ini index f82a4638cd5a..1166695e8399 100644 --- a/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/no-autofocus-on-changing-input-type.html.ini +++ b/testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/no-autofocus-on-changing-input-type.html.ini @@ -3,5 +3,7 @@ expected: if (os == "win") and debug and not webrender: PASS if (os == "linux") and debug and not webrender: PASS + if not debug and webrender and (os == "android"): ["FAIL", "PASS"] + if not debug and webrender and (os == "win"): ["FAIL", "PASS"] [PASS, FAIL] diff --git a/testing/web-platform/meta/html/semantics/forms/input-change-event-properties.html.ini b/testing/web-platform/meta/html/semantics/forms/input-change-event-properties.html.ini index f2de4f87dcef..e2deffe25d46 100644 --- a/testing/web-platform/meta/html/semantics/forms/input-change-event-properties.html.ini +++ b/testing/web-platform/meta/html/semantics/forms/input-change-event-properties.html.ini @@ -1,22 +1,23 @@ [input-change-event-properties.html] expected: - if (os == "android") and debug and webrender: ["OK", "ERROR"] - if (os == "android") and debug and not webrender: ["OK", "ERROR"] - if (os == "android") and not debug: ["OK", "ERROR"] + if (os == "android") and debug and webrender: [OK, ERROR] + if (os == "android") and debug and not webrender: [OK, ERROR] + if (os == "android") and not debug: [OK, ERROR] [ typing] expected: - if (os == "android") and debug and webrender: ["PASS", "FAIL"] - if (os == "android") and debug and not webrender: ["PASS", "FAIL"] - if (os == "android") and not debug: ["PASS", "FAIL"] + if (os == "android") and debug and webrender: [PASS, FAIL] + if (os == "android") and debug and not webrender: [PASS, FAIL] + if (os == "android") and webrender: ["FAIL", "PASS"] + if (os == "android") and not webrender: ["PASS", "FAIL"] [ typing] expected: - if (os == "android") and debug: ["PASS", "FAIL"] + if (os == "android") and debug: [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 039a26c4889d..17747616eb3b 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 @@ -2,9 +2,9 @@ [