blob: d88fb8383e05c567eb211813d3c59571fb65fd5f [file] [log] [blame]
--------
Frame: '<!--frame1-->'
--------
Tests that Same-Site cookies for 127.0.0.1 are not sent with a request initiated from an iframe- and processed by a service worker- 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 Do not have cookie "lax".
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 Do not have DOM cookie "lax".
PASS successfullyParsed is true
Some tests failed.
TEST COMPLETE