diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/sandbox')
6 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty-subframe.sub.html.ini b/testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty-subframe.sub.html.ini new file mode 100644 index 0000000000..f7b98c0dd4 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty-subframe.sub.html.ini @@ -0,0 +1,3 @@ +[sandbox-empty-subframe.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty.sub.html.ini b/testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty.sub.html.ini new file mode 100644 index 0000000000..c6ef6e9be3 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty.sub.html.ini @@ -0,0 +1,3 @@ +[sandbox-empty.sub.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/content-security-policy/sandbox/service-worker-sandbox.https.html.ini b/testing/web-platform/meta/content-security-policy/sandbox/service-worker-sandbox.https.html.ini new file mode 100644 index 0000000000..cfc750f262 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/sandbox/service-worker-sandbox.https.html.ini @@ -0,0 +1,3 @@ +[service-worker-sandbox.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/sandbox/shared-worker-sandbox.html.ini b/testing/web-platform/meta/content-security-policy/sandbox/shared-worker-sandbox.html.ini new file mode 100644 index 0000000000..42c96bc8f2 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/sandbox/shared-worker-sandbox.html.ini @@ -0,0 +1,3 @@ +[shared-worker-sandbox.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/sandbox/window-reuse-sandboxed.html.ini b/testing/web-platform/meta/content-security-policy/sandbox/window-reuse-sandboxed.html.ini new file mode 100644 index 0000000000..b74fc0b887 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/sandbox/window-reuse-sandboxed.html.ini @@ -0,0 +1,3 @@ +[window-reuse-sandboxed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/sandbox/window-reuse-unsandboxed.html.ini b/testing/web-platform/meta/content-security-policy/sandbox/window-reuse-unsandboxed.html.ini new file mode 100644 index 0000000000..f4bbe0845d --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/sandbox/window-reuse-unsandboxed.html.ini @@ -0,0 +1,3 @@ +[window-reuse-unsandboxed.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] |