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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This tests navigator.storageQuota.requestPersistentQuota.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 * Requesting persistent quota.
7 PASS info.__proto__ is Object.prototype
8 PASS usage is >= 0
9 PASS grantedQuota is non-zero.
10 * Requesting persistent quota with missing argument.
11 PASS rejected as expected: TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present.
12 * Requesting persistent quota with negative value.
13 PASS info.__proto__ is Object.prototype
14 PASS usage is >= 0
15 PASS grantedQuota is 0
16 Finished running tests.
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698