diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/client-hints/sandbox | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/client-hints/sandbox')
6 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/client-hints/sandbox/iframe-csp-same-origin.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe-csp-same-origin.https.html.ini new file mode 100644 index 0000000000..051cd328bb --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe-csp-same-origin.https.html.ini @@ -0,0 +1,3 @@ +[iframe-csp-same-origin.https.html] + [CSP sandboxed iframe with same-origin flag does send client hint headers] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/sandbox/iframe-csp.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe-csp.https.html.ini new file mode 100644 index 0000000000..a8c76650f7 --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe-csp.https.html.ini @@ -0,0 +1,3 @@ +[iframe-csp.https.html] + [CSP sandboxed iframe does not send client hint headers] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/sandbox/iframe-popups-escape-sandbox.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe-popups-escape-sandbox.https.html.ini new file mode 100644 index 0000000000..1afee88c8b --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe-popups-escape-sandbox.https.html.ini @@ -0,0 +1,5 @@ +[iframe-popups-escape-sandbox.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [popup from sandboxed iframe with allow-popups-to-escape-sandbox flag does send client hint headers] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/sandbox/iframe-popups.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe-popups.https.html.ini new file mode 100644 index 0000000000..dbcd1f03a8 --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe-popups.https.html.ini @@ -0,0 +1,3 @@ +[iframe-popups.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/client-hints/sandbox/iframe-same-origin.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe-same-origin.https.html.ini new file mode 100644 index 0000000000..a3b9ab6ce6 --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe-same-origin.https.html.ini @@ -0,0 +1,5 @@ +[iframe-same-origin.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Same origin sandboxed iframe with allow-same-origin flag does send client hint headers] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/sandbox/iframe.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe.https.html.ini new file mode 100644 index 0000000000..65b7afbb1e --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe.https.html.ini @@ -0,0 +1,5 @@ +[iframe.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [sandboxed iframe does not send client hint headers] + expected: FAIL |