summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/storage/storage-disallowed-in-data-url-expected.txt
blob: 6e680f9e051e19f9c088180c275125487feaa199 (plain)
1
2
3
4
5
6
7
8
9
10
11
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