blob: b449be6e71e26748567e27b766c156cabf7dcc9d [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".
PASS Has cookie "implicit-strict" with value 10.
PASS Has cookie "strict-because-invalid-SameSite-value" with value 10.
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
TEST COMPLETE