From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../sandbox/sandbox-empty-subframe.sub.html.ini | 3 +++ .../meta/content-security-policy/sandbox/sandbox-empty.sub.html.ini | 3 +++ .../sandbox/service-worker-sandbox.https.html.ini | 3 +++ .../content-security-policy/sandbox/shared-worker-sandbox.html.ini | 3 +++ .../content-security-policy/sandbox/window-reuse-sandboxed.html.ini | 3 +++ .../content-security-policy/sandbox/window-reuse-unsandboxed.html.ini | 3 +++ 6 files changed, 18 insertions(+) create mode 100644 testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty-subframe.sub.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/sandbox/sandbox-empty.sub.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/sandbox/service-worker-sandbox.https.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/sandbox/shared-worker-sandbox.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/sandbox/window-reuse-sandboxed.html.ini create mode 100644 testing/web-platform/meta/content-security-policy/sandbox/window-reuse-unsandboxed.html.ini (limited to 'testing/web-platform/meta/content-security-policy/sandbox') 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] -- cgit v1.2.3