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