Index: third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt b/third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt |
deleted file mode 100644 |
index e584f353242895e1c171b5e7d533f3bdd070d13e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-This tests navigator.storageQuota.queryInfo. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-* Querying about temporary storage. |
-PASS info.__proto__ is Object.prototype |
-PASS usage is >= 0 |
-PASS quota is >= usage |
-* Querying about persistent storage. |
-PASS info.__proto__ is Object.prototype |
-PASS usage is >= 0 |
-PASS quota is >= usage |
-* Querying about unknown storage. |
-PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQuota': The provided value 'unknown' is not a valid enum value of type StorageType. |
-* Querying with missing storage type. |
-PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQuota': 1 argument required, but only 0 present. |
-Finished running tests. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |