diff options
Diffstat (limited to 'testing/web-platform/meta/cookies/schemeful-same-site')
4 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookies/schemeful-same-site/__dir__.ini b/testing/web-platform/meta/cookies/schemeful-same-site/__dir__.ini new file mode 100644 index 0000000000..acd73c1a68 --- /dev/null +++ b/testing/web-platform/meta/cookies/schemeful-same-site/__dir__.ini @@ -0,0 +1 @@ +prefs: [network.cookie.sameSite.schemeful:true] diff --git a/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-iframe-subresource.tentative.html.ini b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-iframe-subresource.tentative.html.ini new file mode 100644 index 0000000000..f633e1a05c --- /dev/null +++ b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-iframe-subresource.tentative.html.ini @@ -0,0 +1,4 @@ +[schemeful-iframe-subresource.tentative.html] + [SameSite cookies with intervening cross-scheme iframe and subresources] + expected: FAIL + diff --git a/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini new file mode 100644 index 0000000000..653f2eac78 --- /dev/null +++ b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini @@ -0,0 +1,5 @@ +[schemeful-subresource.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Cross-scheme subresources cannot sent lax/strict cookies] + expected: FAIL diff --git a/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-websockets.sub.tentative.html.ini b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-websockets.sub.tentative.html.ini new file mode 100644 index 0000000000..520864f6d1 --- /dev/null +++ b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-websockets.sub.tentative.html.ini @@ -0,0 +1,5 @@ +[schemeful-websockets.sub.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Cross-scheme WebSockets are cross-site] + expected: FAIL |