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

Side by Side Diff: LayoutTests/storage/quota/storagequota-query-info-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.queryInfo. 1 This tests navigator.storageQuota.queryInfo.
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 * Querying about temporary storage. 6 * Querying about temporary storage.
7 PASS usage is >= 0 7 PASS usage is >= 0
8 PASS quota is >= usage 8 PASS quota is >= usage
9 * Querying about persistent storage. 9 * Querying about persistent storage.
10 PASS usage is >= 0 10 PASS usage is >= 0
11 PASS quota is >= usage 11 PASS quota is >= usage
12 * Querying about unknown storage. 12 * Querying about unknown storage.
13 PASS navigator.storageQuota.queryInfo('unknown') threw exception TypeError: Fail ed to execute 'queryInfo' on 'StorageQuota': parameter 1 ('unknown') is not a va lid enum value.. 13 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ uota': parameter 1 ('unknown') is not a valid enum value.
14 * Querying with missing storage type. 14 * Querying with missing storage type.
15 PASS navigator.storageQuota.queryInfo() threw exception TypeError: Failed to exe cute 'queryInfo' on 'StorageQuota': 1 argument required, but only 0 present.. 15 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ uota': 1 argument required, but only 0 present.
16 Finished running tests. 16 Finished running tests.
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698