diff options
Diffstat (limited to 'testing/web-platform/meta/fenced-frame/sandbox-attribute.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/fenced-frame/sandbox-attribute.https.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fenced-frame/sandbox-attribute.https.html.ini b/testing/web-platform/meta/fenced-frame/sandbox-attribute.https.html.ini new file mode 100644 index 0000000000..0beca735d7 --- /dev/null +++ b/testing/web-platform/meta/fenced-frame/sandbox-attribute.https.html.ini @@ -0,0 +1,18 @@ +[sandbox-attribute.https.html] + [Navigation fails with no allowed features] + expected: FAIL + + [Navigation succeeds with exactly the required unsandboxed features] + expected: FAIL + + [Navigation succeeds with extra unsandboxed features] + expected: FAIL + + [Navigation fails with too few unsandboxed features] + expected: FAIL + + [Navigation fails with malformed sandbox flags] + expected: FAIL + + [Navigation fails with the required unsandboxed features, plus some malformed ones] + expected: FAIL |