diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/client-hints/sandbox | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
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 |