blob: 77f2e39c15381b36f281d623e764ed27ec30c149 [file] [log] [blame]
Test for partitioned and unpartitioned cookie deletion.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
--------
Frame: '<!--framePath //<!--frame0-->-->'
--------
Should receive no cookies.
Did not receive cookie named 'firstPartyCookie'.
Did not receive cookie named 'thirdPartyCookie'.
Client-side document.cookie:
--------
Frame: '<!--framePath //<!--frame1-->-->'
--------
Setting partitioned, third party cookie.
--------
Frame: '<!--framePath //<!--frame2-->-->'
--------
Should only receive partitioned, third party cookie.
Did not receive cookie named 'firstPartyCookie'.
Received cookie named 'thirdPartyCookie'.
Client-side document.cookie: thirdPartyCookie=value
--------
Frame: '<!--framePath //<!--frame3-->-->'
--------
After removal, should receive no cookies.
Did not receive cookie named 'firstPartyCookie'.
Did not receive cookie named 'thirdPartyCookie'.
Client-side document.cookie:
--------
Frame: '<!--framePath //<!--frame4-->-->'
--------
After user interaction, should receive no cookies.
Did not receive cookie named 'firstPartyCookie'.
Did not receive cookie named 'thirdPartyCookie'.
Client-side document.cookie: