Files
brave-core/test/data/iframe_cookie.html
T
bridiver 9e7efe2a22 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
2020-08-06 17:32:14 -04:00

6 lines
182 B
HTML

<html><head><title>iframe cookie test</title></head>
<body>
<iframe src="/cross-site/c.com/set-cookie?thirdparty=1;SameSite=None;Secure" id="iframe_cookie"></iframe>
</body></html>