blob: 1e8a2e3bc3c63f73fc45069c65c302d62a4f8285 [file] [log] [blame]
Tests that a SameSite Lax cookie for 127.0.0.1 is sent with a top-level navigation initiated 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 Do not have cookie "implicit-strict".
PASS Do not have cookie "strict-because-invalid-SameSite-value".
PASS Has cookie "lax" with value 5.
Cookies visible in DOM:
PASS Do not have DOM cookie "strict".
PASS Do not have DOM cookie "implicit-strict".
PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
PASS Has DOM cookie "lax" with value 5.
PASS successfullyParsed is true
TEST COMPLETE