1 This tests that storage methods throw exceptions when storage is disabled with reasonable messages.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.sessionStorage threw exception SecurityError: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document..
7 PASS window.localStorage threw exception SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document..
8 PASS successfullyParsed is true