fix cookie tests for new chromium cookie policy

https://blog.chromium.org/2020/01/building-more-private-web-path-towards.html
https://source.chromium.org/chromium/chromium/src/+/2fbb8e5c2bce66bede14cbfe9c6b427b835f67d9

commit 2fbb8e5c2bce66bede14cbfe9c6b427b835f67d9
Author: Lily Chen <chlily@chromium.org>
Date:   Wed Nov 13 00:31:06 2019 +0000

    Remove SameSite features from experimental web platform features

    SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure were
    added to the set of features enabled with
    --enable-experimental-web-platform-features in
    https://crrev.com/c/1691522.

    This CL removes those features from the experimental web platform
    features but retains test coverage for them.

    Bug: 953306, 954551, 961439
This commit is contained in:
bridiver
2020-08-06 17:32:14 -04:00
committed by mkarolin
parent e15d6f9852
commit 9e7efe2a22
3 changed files with 37 additions and 40 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<html><head><title>iframe cookie test</title></head>
<body>
<iframe src="/cross-site/c.com/set_cookie_header.html" id="iframe_cookie"></iframe>
<iframe src="/cross-site/c.com/set-cookie?thirdparty=1;SameSite=None;Secure" id="iframe_cookie"></iframe>
</body></html>