diff --git a/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini b/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini index eae65f82cfa7..79b9a264f560 100644 --- a/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini +++ b/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini @@ -1,9 +1,10 @@ [navigate-replace-same-document.html] expected: - if (os == "linux") and not fission and not debug and (processor == "x86"): [ERROR, OK] - if (os == "win") and debug and fission: [ERROR, OK] - if (os == "linux") and not fission and debug: [ERROR, OK] - if (os == "android") and debug and swgl: [ERROR, OK] - if (os == "win") and not debug: [ERROR, OK] - if (os == "mac") and debug: [ERROR, OK] - [OK, ERROR] + if (os == "linux") and not fission and debug and not swgl: [OK, ERROR] + if (os == "linux") and not fission and debug and swgl: [OK, ERROR] + if (os == "win") and debug and fission: [OK, ERROR] + if (os == "win") and debug and not fission: [OK, ERROR] + if (os == "win") and not debug and not fission: [OK, ERROR] + if (os == "android") and debug and not swgl: [OK, ERROR] + if (os == "android") and not debug: [OK, ERROR] + [ERROR, OK] diff --git a/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini index 2df2f157b453..80698b5f2d9c 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini @@ -1,35 +1,34 @@ [history-iframe.sub.html] expected: - if os == "win": OK if os == "android": OK + if os == "win": OK [OK, TIMEOUT] [History navigation in iframe: "about:blank" document is navigated back from history same-origin.] expected: - if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT] if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT] - if (os == "linux") and not fission and debug and not swgl: [FAIL, PASS, TIMEOUT] + if (os == "linux") and not fission and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT] if (os == "linux") and not fission and debug and swgl: [PASS, FAIL, TIMEOUT] + if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL, TIMEOUT] if (os == "linux") and fission: [PASS, FAIL, TIMEOUT] if (os == "win") and (processor == "x86"): [PASS, FAIL] if os == "mac": [PASS, TIMEOUT] [History navigation in iframe: "about:blank" document is navigated back from history cross-origin.] expected: - if (os == "linux") and fission and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] - if (os == "linux") and fission and debug: [PASS, FAIL, TIMEOUT, NOTRUN] + if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN] if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] if os == "mac": [PASS, TIMEOUT, NOTRUN] [History navigation in iframe: blob URL document is navigated back from history same-origin.] expected: - if os == "android": PASS if os == "win": PASS + if os == "android": PASS [PASS, NOTRUN] [History navigation in iframe: blob URL document is navigated back from history cross-origin.] expected: - if os == "android": PASS if os == "win": PASS + if os == "android": PASS [PASS, NOTRUN] [History navigation in iframe: data URL document is navigated back from history same-origin.] @@ -40,8 +39,8 @@ [History navigation in iframe: data URL document is navigated back from history cross-origin.] expected: - if os == "win": PASS if os == "android": PASS + if os == "win": PASS [PASS, NOTRUN] [History navigation in iframe: srcdoc iframe is navigated back from history same-origin.] diff --git a/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini index 6b9341e58d79..6f7616a49d06 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini @@ -1,8 +1,4 @@ [iframe-all-local-schemes-inherit-self.sub.html] - expected: - if (processor == "x86_64") and (os == "linux") and debug and not fission and not swgl: [TIMEOUT, OK] - [OK, TIMEOUT] + expected: [OK, TIMEOUT] [