Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt

Issue 2410403002: Remove the experimental navigator.storageQuota API (Closed)
Patch Set: Rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698