6 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.
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 Cookies sent with HTTP request:
12 PASS Do not have cookie "strict".
13 FAIL Should not have cookie "implicit-strict". But do with value 6.
14 FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 6.
15 PASS Do not have cookie "lax".
17 Cookies visible in DOM:
18 PASS Do not have DOM cookie "strict".
19 FAIL Should not have DOM cookie "implicit-strict". But do with value 6.
20 FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 6.
21 PASS Do not have DOM cookie "lax".
22 PASS successfullyParsed is true