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

Unified Diff: third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-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-request-persistent-quota-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt b/third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt
deleted file mode 100644
index d18afc8f1be278f24fd0eaa8b2c012d45959db09..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This tests navigator.storageQuota.requestPersistentQuota.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-* Requesting persistent quota.
-PASS info.__proto__ is Object.prototype
-PASS usage is >= 0
-PASS grantedQuota is non-zero.
-* Requesting persistent quota with missing argument.
-PASS rejected as expected: TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present.
-* Requesting persistent quota with negative value.
-PASS info.__proto__ is Object.prototype
-PASS usage is >= 0
-PASS grantedQuota is 0
-Finished running tests.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698