blob: 9131069880ee6918cc58d0b94f0fa53a099373c9 [file] [log] [blame]
Tests that a cross-origin iframe from a prevalent domain that is granted storage access and then is detached from the DOM does not have storage access.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Storage access was granted. document.cookie == firstPartyCookie=value, cookies seen server-side == {"firstPartyCookie":"value"}
PASS There is a storage access entry for localhost.
PASS There is no storage access entry for localhost after iframe detach.
PASS successfullyParsed is true
TEST COMPLETE