blob: a61c2894737ef84aadd62ab63f048cf72533fbe2 [file] [log] [blame]
This tests that storage methods throw exceptions with reasonable messages inside 'data:' URLs.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS exceptionMessage is "Failed to read the 'localStorage' property from 'Window': Storage is disabled inside 'data:' URLs."
PASS exceptionMessage is "Failed to read the 'sessionStorage' property from 'Window': Storage is disabled inside 'data:' URLs."
PASS successfullyParsed is true
TEST COMPLETE