diff options
Diffstat (limited to 'testing/web-platform/meta/html/browsers/sandboxing')
11 files changed, 60 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-popups.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-popups.html.ini new file mode 100644 index 0000000000..589e9bf062 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-popups.html.ini @@ -0,0 +1,5 @@ +[sandbox-disallow-popups.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [window.open in sandbox iframe] + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-same-origin.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-same-origin.html.ini new file mode 100644 index 0000000000..44d7087654 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-same-origin.html.ini @@ -0,0 +1,3 @@ +[sandbox-disallow-same-origin.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html.ini new file mode 100644 index 0000000000..4b19760131 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html.ini @@ -0,0 +1,3 @@ +[sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-scripts.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-scripts.html.ini new file mode 100644 index 0000000000..e90c016888 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-disallow-scripts.html.ini @@ -0,0 +1,3 @@ +[sandbox-disallow-scripts.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-document-open-mutation.window.js.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-document-open-mutation.window.js.ini new file mode 100644 index 0000000000..27ab692a74 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-document-open-mutation.window.js.ini @@ -0,0 +1,3 @@ +[sandbox-document-open-mutation.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-document-open.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-document-open.html.ini new file mode 100644 index 0000000000..35880e040b --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-document-open.html.ini @@ -0,0 +1,2 @@ +[sandbox-document-open.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-initiator-response.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-initiator-response.html.ini new file mode 100644 index 0000000000..a74200eaf7 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-initiator-response.html.ini @@ -0,0 +1,3 @@ +[sandbox-inherited-from-initiator-response.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-required-csp.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-required-csp.html.ini new file mode 100644 index 0000000000..1f2d2ed712 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-required-csp.html.ini @@ -0,0 +1,20 @@ +[sandbox-inherited-from-required-csp.html] + expected: TIMEOUT + [initial empty document] + expected: FAIL + + [about:blank] + expected: FAIL + + [srcdoc] + expected: FAIL + + [blob URL] + expected: FAIL + + [same-origin] + expected: FAIL + + [cross-origin] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-new-execution-context.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-new-execution-context.html.ini new file mode 100644 index 0000000000..d971ee36f0 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-new-execution-context.html.ini @@ -0,0 +1,3 @@ +[sandbox-new-execution-context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-window-open-srcdoc.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-window-open-srcdoc.html.ini new file mode 100644 index 0000000000..21a8db19ce --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-window-open-srcdoc.html.ini @@ -0,0 +1,6 @@ +[sandbox-window-open-srcdoc.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + [window.open('about:srcdoc') from sandboxed srcdoc doesn't crash.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/sandboxing/window-open-blank-from-different-initiator.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/window-open-blank-from-different-initiator.html.ini new file mode 100644 index 0000000000..8c5ea22d4a --- /dev/null +++ b/testing/web-platform/meta/html/browsers/sandboxing/window-open-blank-from-different-initiator.html.ini @@ -0,0 +1,9 @@ +[window-open-blank-from-different-initiator.html] + expected: + if (os == "android") and not debug: [TIMEOUT, CRASH] + TIMEOUT + [One pending navigation] + expected: TIMEOUT + + [No pending navigation] + expected: NOTRUN |