This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit bc9e79597151469a500a191434e81f2624629b85 Author: Sebastian Hengst archaeopteryx@coole-files.de AuthorDate: Mon Jan 17 16:06:12 2022 +0100
Bug 1750296 - adjust web-platform test expectations for network.cookie.sameSite.schemeful being set to `false`. a=Aryx
Bug 1750264 had switched the preference to `false`. --- .../schemeful-same-site/schemeful-navigation.tentative.html.ini | 4 +--- .../schemeful-same-site/schemeful-subresource.tentative.html.ini | 4 ++++ .../schemeful-same-site/schemeful-websockets.sub.tentative.html.ini | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini index fe759a6aea749..97d3540323870 100644 --- a/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini +++ b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini @@ -3,9 +3,7 @@ if (os == "mac") and not debug: ["OK", "TIMEOUT"] if (os == "linux") and (processor == "x86"): ["OK", "TIMEOUT"] [Navigate cross-scheme] - expected: - if (os == "mac") and not debug: ["PASS", "NOTRUN"] - if (os == "linux") and (processor == "x86"): ["PASS", "NOTRUN"] + expected: FAIL [Navigate same-scheme] expected: if (os == "mac") and not debug: ["PASS", "TIMEOUT"] 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 0000000000000..bd6a658323cdd --- /dev/null +++ b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini @@ -0,0 +1,4 @@ +[schemeful-subresource.tentative.html] + [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 0000000000000..eb79022906f6e --- /dev/null +++ b/testing/web-platform/meta/cookies/schemeful-same-site/schemeful-websockets.sub.tentative.html.ini @@ -0,0 +1,4 @@ +[schemeful-websockets.sub.tentative.html] + [Cross-scheme WebSockets are cross-site] + expected: FAIL +