diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy')
4 files changed, 14 insertions, 25 deletions
diff --git a/testing/web-platform/meta/content-security-policy/generic/no-default-src.sub.html.ini b/testing/web-platform/meta/content-security-policy/generic/no-default-src.sub.html.ini index a964f16583..d6fd6bc06e 100644 --- a/testing/web-platform/meta/content-security-policy/generic/no-default-src.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/generic/no-default-src.sub.html.ini @@ -1,7 +1,8 @@ [no-default-src.sub.html] expected: - if (os == "android") and not swgl and not fission: [OK, TIMEOUT] - if (os == "android") and not swgl and fission: [OK, TIMEOUT] + if (os == "android") and swgl: [OK, TIMEOUT] + if (os == "android") and not swgl: [OK, TIMEOUT] [Violation report status OK.] expected: + if (os == "android") and swgl: [PASS, TIMEOUT] if (os == "android") and not swgl: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html.ini b/testing/web-platform/meta/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html.ini index 40ee62166b..47e33d3eda 100644 --- a/testing/web-platform/meta/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html.ini @@ -1,18 +1,22 @@ [serviceworker-connect-src.https.sub.html] expected: - if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + if (processor == "x86") and debug: TIMEOUT + if (processor == "x86") and not debug: [OK, TIMEOUT] [Reports match in https: with connect-src 'self'] expected: if swgl and (os == "linux") and fission: [PASS, FAIL] [serviceworker-connect-src 2] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and debug: NOTRUN + if (processor == "x86") and not debug: [PASS, NOTRUN] [serviceworker-connect-src 1] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and debug: NOTRUN + if (processor == "x86") and not debug: [PASS, NOTRUN] [serviceworker-connect-src] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and debug: TIMEOUT + if (processor == "x86") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/reporting/multiple-report-policies.html.ini b/testing/web-platform/meta/content-security-policy/reporting/multiple-report-policies.html.ini index e3aec0df93..fad9b0cbde 100644 --- a/testing/web-platform/meta/content-security-policy/reporting/multiple-report-policies.html.ini +++ b/testing/web-platform/meta/content-security-policy/reporting/multiple-report-policies.html.ini @@ -2,3 +2,6 @@ disabled: if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1435526 if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1435526 + [2-Violation report status OK] + expected: + if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/content-security-policy/securitypolicyviolation/constructor-required-fields.html.ini b/testing/web-platform/meta/content-security-policy/securitypolicyviolation/constructor-required-fields.html.ini deleted file mode 100644 index 2f9acb5fd2..0000000000 --- a/testing/web-platform/meta/content-security-policy/securitypolicyviolation/constructor-required-fields.html.ini +++ /dev/null @@ -1,19 +0,0 @@ -[constructor-required-fields.html] - [SecurityPolicyViolationEvent constructor requires statusCode] - expected: FAIL - - [SecurityPolicyViolationEvent constructor requires effectiveDirective] - expected: FAIL - - [SecurityPolicyViolationEvent constructor requires originalPolicy] - expected: FAIL - - [SecurityPolicyViolationEvent constructor requires violatedDirective] - expected: FAIL - - [SecurityPolicyViolationEvent constructor requires disposition] - expected: FAIL - - [SecurityPolicyViolationEvent constructor requires documentURI] - expected: FAIL - |