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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/quota/storagequota-query-info-expected.txt
diff --git a/LayoutTests/storage/quota/storagequota-query-info-expected.txt b/LayoutTests/storage/quota/storagequota-query-info-expected.txt
index d3c65b8672691f2cd143c0bc7cfc1cb027699c9d..21e5f8114528fa26f0b079bab1955cf12dd5074f 100644
--- a/LayoutTests/storage/quota/storagequota-query-info-expected.txt
+++ b/LayoutTests/storage/quota/storagequota-query-info-expected.txt
@@ -10,9 +10,9 @@ PASS quota is >= usage
PASS usage is >= 0
PASS quota is >= usage
* Querying about unknown storage.
-PASS navigator.storageQuota.queryInfo('unknown') threw exception TypeError: Failed to execute 'queryInfo' on 'StorageQuota': parameter 1 ('unknown') is not a valid enum value..
+PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQuota': parameter 1 ('unknown') is not a valid enum value.
* Querying with missing storage type.
-PASS navigator.storageQuota.queryInfo() threw exception TypeError: Failed to execute 'queryInfo' on 'StorageQuota': 1 argument required, but only 0 present..
+PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQuota': 1 argument required, but only 0 present.
Finished running tests.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698