diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/content-security-policy/sandbox | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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] |