blob: 763e8a14afdbc8f9b843ac70c79c622b3089b5f9 [file] [log] [blame]
Tests that Same-Site cookies for 127.0.0.1 are sent with a request initiated 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 2.
PASS Has cookie "implicit-strict" with value 2.
PASS Has cookie "strict-because-invalid-SameSite-value" with value 2.
PASS Has cookie "lax" with value 2.
Cookies visible in DOM:
PASS Has DOM cookie "strict" with value 2.
PASS Has DOM cookie "implicit-strict" with value 2.
PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 2.
PASS Has DOM cookie "lax" with value 2.
PASS successfullyParsed is true
TEST COMPLETE