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

Unified Diff: LayoutTests/storage/storageinfo-missing-arguments-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 7 years, 3 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
« no previous file with comments | « LayoutTests/storage/storageinfo-missing-arguments.html ('k') | LayoutTests/svg/dom/SVGAngle-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/storage/storageinfo-missing-arguments-expected.txt
diff --git a/LayoutTests/storage/storageinfo-missing-arguments-expected.txt b/LayoutTests/storage/storageinfo-missing-arguments-expected.txt
index 7aae2428950513ae76f729a625fb9a54e6e62517..917b6c1a13835ba9831d14755863f98ff9b4ad5a 100644
--- a/LayoutTests/storage/storageinfo-missing-arguments-expected.txt
+++ b/LayoutTests/storage/storageinfo-missing-arguments-expected.txt
@@ -4,9 +4,9 @@ Ensures that we get exceptions when we do not include required arguments for web
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS webkitStorageInfo.requestQuota() threw exception TypeError: Not enough arguments.
-PASS webkitStorageInfo.requestQuota(webkitStorageInfo.TEMPORARY) threw exception TypeError: Not enough arguments.
-PASS webkitStorageInfo.queryUsageAndQuota() threw exception TypeError: Not enough arguments.
+PASS webkitStorageInfo.requestQuota() threw exception TypeError: Failed to execute 'requestQuota' on 'StorageInfo': 2 arguments required, but only 0 present..
+PASS webkitStorageInfo.requestQuota(webkitStorageInfo.TEMPORARY) threw exception TypeError: Failed to execute 'requestQuota' on 'StorageInfo': 2 arguments required, but only 1 present..
+PASS webkitStorageInfo.queryUsageAndQuota() threw exception TypeError: Failed to execute 'queryUsageAndQuota' on 'StorageInfo': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/storage/storageinfo-missing-arguments.html ('k') | LayoutTests/svg/dom/SVGAngle-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698