blob: a6751306d3a9a2f3420f05a1e5f5fd39e2d115ea [file] [log] [blame]
Tests that a SameSite Lax cookie for 127.0.0.1 is sent with a redirect from a page with the same origin.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Cookies sent with HTTP request:
PASS Has cookie "strict" with value 20.
PASS Has cookie "implicit-strict" with value 20.
PASS Has cookie "strict-because-invalid-SameSite-value" with value 20.
PASS Has cookie "lax" with value 20.
Cookies visible in DOM:
PASS Has DOM cookie "strict" with value 20.
PASS Has DOM cookie "implicit-strict" with value 20.
PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 20.
PASS Has DOM cookie "lax" with value 20.
PASS successfullyParsed is true
TEST COMPLETE