diff options
Diffstat (limited to 'testing/web-platform/meta/client-hints/sandbox')
7 files changed, 30 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-iframe-popups.https.html.ini b/testing/web-platform/meta/client-hints/sandbox/iframe-iframe-popups.https.html.ini new file mode 100644 index 0000000000..31314cc8d1 --- /dev/null +++ b/testing/web-platform/meta/client-hints/sandbox/iframe-iframe-popups.https.html.ini @@ -0,0 +1,6 @@ +[iframe-iframe-popups.https.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [Popup from an iframe within a sandboxed iframe does not send hints] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] 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 |