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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This tests navigator.storageQuota.queryInfo.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 * Querying about temporary storage.
7 PASS info.__proto__ is Object.prototype
8 PASS usage is >= 0
9 PASS quota is >= usage
10 * Querying about persistent storage.
11 PASS info.__proto__ is Object.prototype
12 PASS usage is >= 0
13 PASS quota is >= usage
14 * Querying about unknown storage.
15 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ uota': The provided value 'unknown' is not a valid enum value of type StorageTyp e.
16 * Querying with missing storage type.
17 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ uota': 1 argument required, but only 0 present.
18 Finished running tests.
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698