Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / storage / disallowed-storage-expected.txt
blob487d4d57a3473e5eb8fc89db853d14f5acdc64c2
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
10 TEST COMPLETE