blob: cdb6c290fbd41bb46f1cc1a604e79c1fdea53785 [file] [log] [blame]
Tests that we can't store a value in local storage after calling window.close() even if we created the local storage before the call to window.close().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.localStorage is defined.
PASS window.localStorage["test"] is undefined.
PASS successfullyParsed is true
TEST COMPLETE