blob: a908c8e4bdfcf99ffc059b770cbe33a301edbf69 [file] [log] [blame]
Tests that all third-party cookies are blocked under websites that have not received user interaction.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
--------
Frame: '<!--frame1-->'
--------
Before user interaction, should receive no cookies.
Did not receive cookie named 'firstPartyCookie'.
Client-side document.cookie:
--------
Frame: '<!--frame2-->'
--------
After user interaction, should receive first-party cookie.
Received cookie named 'firstPartyCookie'.
Client-side document.cookie: firstPartyCookie=value