haikuwebkit/LayoutTests/storage/domstorage/localstorage/set-value-in-storage-after-...

12 lines
299 B
Plaintext

Tests that we can't store a value in local storage after calling 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