blob: f670b02b4cc5a23c6ceafc55d4fd2299e536401a [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".
FAIL Should have cookie "implicit-strict". But do not.
FAIL Should have cookie "strict-because-invalid-SameSite-value". But do not.
PASS Has cookie "lax" with value 19.
Cookies visible in DOM:
PASS Do not have DOM cookie "strict".
FAIL Should have DOM cookie "implicit-strict". But do not.
FAIL Should have DOM cookie "strict-because-invalid-SameSite-value". But do not.
PASS Has DOM cookie "lax" with value 19.
PASS successfullyParsed is true
Some tests failed.
TEST COMPLETE