blob: b47de8be40af7d3ebe80c57c39d10f6d9d554f77 [file] [log] [blame]
--------
Frame: '<!--frame1-->'
--------
Tests that Same-Site cookies for 127.0.0.1 are not sent with a frame navigation for 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".
PASS Has cookie "implicit-strict" with value 6.
PASS Has cookie "strict-because-invalid-SameSite-value" with value 6.
PASS Do not have cookie "lax".
Cookies visible in DOM:
PASS Do not have DOM cookie "strict".
PASS Has DOM cookie "implicit-strict" with value 6.
PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 6.
PASS Do not have DOM cookie "lax".
PASS successfullyParsed is true
TEST COMPLETE