Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / quota / storagequota-query-info-expected.txt
index b829e13..d3c65b8 100644 (file)
@@ -4,11 +4,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 * Querying about temporary storage.
-PASS usage is 0
-PASS quota is >= 0
+PASS usage is >= 0
+PASS quota is >= usage
 * Querying about persistent storage.
-PASS usage is 0
-PASS quota is 0
+PASS usage is >= 0
+PASS quota is >= usage
 * Querying about unknown storage.
 PASS navigator.storageQuota.queryInfo('unknown') threw exception TypeError: Failed to execute 'queryInfo' on 'StorageQuota': parameter 1 ('unknown') is not a valid enum value..
 * Querying with missing storage type.