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

Unified Diff: third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt

Issue 2585563002: Quota: StorageInfo should be a dictionary (Closed)
Patch Set: Created 4 years 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
index 9e29c6f7c110f448275358e05ee1929fa004f48f..d18afc8f1be278f24fd0eaa8b2c012d45959db09 100644
--- 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
@@ -4,11 +4,13 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698