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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt
diff --git a/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt b/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt
index 4bba297fc937a1546ab0961597d0ebd7a9e439ff..9e29c6f7c110f448275358e05ee1929fa004f48f 100644
--- a/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt
+++ b/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt
@@ -7,7 +7,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS usage is >= 0
PASS grantedQuota is non-zero.
* Requesting persistent quota with missing argument.
-PASS navigator.storageQuota.requestPersistentQuota() threw exception TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present..
+PASS rejected as expected: TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present.
* Requesting persistent quota with negative value.
PASS usage is >= 0
PASS grantedQuota is 0

Powered by Google App Engine
This is Rietveld 408576698