diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/cookies | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/cookies')
3 files changed, 10 insertions, 11 deletions
diff --git a/testing/web-platform/meta/cookies/samesite/setcookie-navigation.https.html.ini b/testing/web-platform/meta/cookies/samesite/setcookie-navigation.https.html.ini index f8b5fb1b57..1f5022a155 100644 --- a/testing/web-platform/meta/cookies/samesite/setcookie-navigation.https.html.ini +++ b/testing/web-platform/meta/cookies/samesite/setcookie-navigation.https.html.ini @@ -1,11 +1,6 @@ [setcookie-navigation.https.html] + prefs: [network.cookie.sameSite.laxByDefault:true, network.cookie.sameSite.noneRequiresSecure:true] expected: if (os == "android") and fission: [OK, TIMEOUT] [Cross-site to same-site iframe navigation should only be able to set SameSite=None cookies.] expected: FAIL - - [Same-site to cross-site-site iframe navigation should only be able to set SameSite=None cookies.] - expected: FAIL - - [Cross-site to cross-site iframe navigation should only be able to set SameSite=None cookies.] - expected: FAIL diff --git a/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookie-heuristics.tentative.https.html.ini b/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookie-heuristics.tentative.https.html.ini new file mode 100644 index 0000000000..854ef82bbf --- /dev/null +++ b/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookie-heuristics.tentative.https.html.ini @@ -0,0 +1,5 @@ +[third-party-cookie-heuristics.tentative.https.html] + expected: + if (os == "win") and not debug: [ERROR, OK, TIMEOUT] + if (os == "android") and not debug: [ERROR, OK, TIMEOUT] + ERROR diff --git a/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookies.tentative.https.html.ini b/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookies.tentative.https.html.ini index dc81e4ca58..9cd88e3d85 100644 --- a/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookies.tentative.https.html.ini +++ b/testing/web-platform/meta/cookies/third-party-cookies/third-party-cookies.tentative.https.html.ini @@ -1,7 +1,6 @@ [third-party-cookies.tentative.https.html] - [Cross site window setting HTTP cookies] - expected: FAIL - [3P fetch: Cookies are not accessible via HTTP] - expected: - if os == "android": FAIL + expected: [FAIL, PASS] + + [3P fetch: Cross site window setting HTTP cookies] + expected: [FAIL, PASS] |