diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/navigate-to/link-click-blocked.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/content-security-policy/navigate-to/link-click-blocked.sub.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/navigate-to/link-click-blocked.sub.html.ini b/testing/web-platform/meta/content-security-policy/navigate-to/link-click-blocked.sub.html.ini new file mode 100644 index 0000000000..69decb5e51 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/navigate-to/link-click-blocked.sub.html.ini @@ -0,0 +1,11 @@ +[link-click-blocked.sub.html] + expected: + if fission and (os == "linux") and not debug: [OK, TIMEOUT] + if fission and (os == "android"): [OK, TIMEOUT] + [Test that the child iframe navigation is not allowed] + expected: + if (os == "linux") and not debug and fission: [PASS, NOTRUN] + + [Violation report status OK.] + expected: + if (os == "linux") and not debug and fission: [PASS, FAIL] |