summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/storage/disallowed-storage-expected.txt
blob: 487d4d57a3473e5eb8fc89db853d14f5acdc64c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
This tests that storage methods throw exceptions when storage is disabled with reasonable messages.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS window.sessionStorage threw exception SecurityError: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document..
PASS window.localStorage threw exception SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document..
PASS successfullyParsed is true

TEST COMPLETE