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

Side by Side Diff: LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt

Issue 669353002: Fix broken Promise-related layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@return-rejected
Patch Set: Created 6 years, 2 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
1 This tests navigator.storageQuota.requestPersistentQuota. 1 This tests navigator.storageQuota.requestPersistentQuota.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 * Requesting persistent quota. 6 * Requesting persistent quota.
7 PASS usage is >= 0 7 PASS usage is >= 0
8 PASS grantedQuota is non-zero. 8 PASS grantedQuota is non-zero.
9 * Requesting persistent quota with missing argument. 9 * Requesting persistent quota with missing argument.
10 PASS navigator.storageQuota.requestPersistentQuota() threw exception TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument require d, but only 0 present.. 10 PASS rejected as expected: TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present.
11 * Requesting persistent quota with negative value. 11 * Requesting persistent quota with negative value.
12 PASS usage is >= 0 12 PASS usage is >= 0
13 PASS grantedQuota is 0 13 PASS grantedQuota is 0
14 Finished running tests. 14 Finished running tests.
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698