blob: 66c14540328e59dc24ee5bba615aea248a58b63c [file] [log] [blame]
Tests that a SameSite Lax cookie for 127.0.0.1 is sent with a top-level navigation initiated from a frame embedded in 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 not have cookie "implicit-strict". But do with value 4.
FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 4.
PASS Has cookie "lax" with value 4.
Cookies visible in DOM:
PASS Do not have DOM cookie "strict".
FAIL Should not have DOM cookie "implicit-strict". But do with value 4.
FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 4.
PASS Has DOM cookie "lax" with value 4.
PASS successfullyParsed is true
Some tests failed.
TEST COMPLETE