diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html.ini b/testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html.ini new file mode 100644 index 0000000000..d7d5d787aa --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html.ini @@ -0,0 +1,17 @@ +[spv-only-sent-to-initiator.sub.html] + expected: + if fission and (os == "linux") and debug and not swgl: [TIMEOUT, OK] + if fission and (os == "linux") and debug and swgl: [TIMEOUT, OK] + if fission and (os == "linux") and not debug and (processor == "x86_64"): [TIMEOUT, OK] + if fission and (os == "mac") and debug: [TIMEOUT, OK] + [OK, TIMEOUT] + [Test that no spv event is raised] + expected: + if fission and (os == "linux") and not debug and (processor == "x86_64"): [NOTRUN, FAIL] + if fission and (os == "linux") and debug and not swgl: [NOTRUN, FAIL] + if fission and (os == "linux") and debug and swgl: [NOTRUN, FAIL] + if fission and (os == "mac") and debug: [NOTRUN, FAIL] + [FAIL, NOTRUN] + + [Violation report status OK.] + expected: FAIL |