Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / domstorage / quota-expected.txt
blob1836cc1494e79d7fa0474947ced29b6b2445bc05
1 Test the DOM Storage quota code.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing sessionStorage
7 storage.clear()
8 PASS storage.length is 0
9 Creating 'data' which contains 64K of data
10 PASS data.length is 65536
11 Putting 'data' into 39 sessionStorage buckets.
12 Putting 'data' into another bucket.h
13 PASS Insertion worked.
16 Testing localStorage
17 storage.clear()
18 PASS storage.length is 0
19 Creating 'data' which contains 64K of data
20 PASS data.length is 65536
21 Putting 'data' into 39 localStorage buckets.
22 Putting 'data' into another bucket.h
23 PASS Hit exception as expected
24 Verify that data was never inserted.
25 PASS storage.getItem(39) is null
26 Removing bucket 38.
27 Adding 'Hello!' into a new bucket.
28 PASS Insertion worked.
29 PASS successfullyParsed is true
31 TEST COMPLETE