Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / quota / storagequota-query-info-expected.txt
blobc59231cc83002f0978eea6bb4e26d1538c35442e
1 This tests navigator.storageQuota.queryInfo.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 * Querying about temporary storage.
7 PASS usage is >= 0
8 PASS quota is >= usage
9 * Querying about persistent storage.
10 PASS usage is >= 0
11 PASS quota is >= usage
12 * Querying about unknown storage.
13 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQuota': The provided value 'unknown' is not a valid enum value of type StorageType.
14 * Querying with missing storage type.
15 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQuota': 1 argument required, but only 0 present.
16 Finished running tests.
17 PASS successfullyParsed is true
19 TEST COMPLETE