| Tests that app-bound domains are exempt from third-party cookie blocking between themselves. |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |
| |
| -------- |
| Frame: '<!--frame1-->' |
| -------- |
| Should not receive cookie. |
| Did not receive cookie named 'firstPartyCookie'. |
| Did not receive cookie named 'partitionedCookie'. |
| Client-side document.cookie: |
| |
| -------- |
| Frame: '<!--frame2-->' |
| -------- |
| Should not receive cookie. |
| Did not receive cookie named 'firstPartyCookie'. |
| Did not receive cookie named 'partitionedCookie'. |
| Client-side document.cookie: |
| |
| -------- |
| Frame: '<!--frame3-->' |
| -------- |
| Should receive cookie. |
| Received cookie named 'firstPartyCookie'. |
| Did not receive cookie named 'partitionedCookie'. |
| Client-side document.cookie: firstPartyCookie=value |