Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / quota / storagequota-query-info-expected.txt
1 This tests navigator.storageQuota.queryInfo.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 * Querying about temporary storage.
7 PASS usage is 0
8 PASS quota is >= 0
9 * Querying about persistent storage.
10 PASS usage is 0
11 PASS quota is 0
12 * Querying about unknown storage.
13 PASS navigator.storageQuota.queryInfo('unknown') threw exception TypeError: Failed to execute 'queryInfo' on 'StorageQuota': parameter 1 ('unknown') is not a valid enum value..
14 * Querying with missing storage type.
15 PASS navigator.storageQuota.queryInfo() threw exception TypeError: Failed to execute 'queryInfo' on 'StorageQuota': 1 argument required, but only 0 present..
16 Finished running tests.
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20