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

Unified Diff: third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-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-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
index c59231cc83002f0978eea6bb4e26d1538c35442e..e584f353242895e1c171b5e7d533f3bdd070d13e 100644
--- a/third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/quota/storagequota-query-info-expected.txt
@@ -4,9 +4,11 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698