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

Unified Diff: LayoutTests/fast/files/url-required-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
Index: LayoutTests/fast/files/url-required-arguments-expected.txt
diff --git a/LayoutTests/fast/files/url-required-arguments-expected.txt b/LayoutTests/fast/files/url-required-arguments-expected.txt
index f2e4c582a23e61ff31560e16a50621555bd35452..f1a05b3d30eb4e683c6eb044a8d41ae52c709c78 100644
--- a/LayoutTests/fast/files/url-required-arguments-expected.txt
+++ b/LayoutTests/fast/files/url-required-arguments-expected.txt
@@ -2,8 +2,8 @@ Test required arguments of URL object.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS URL.createObjectURL() threw exception TypeError: Not enough arguments.
-PASS URL.revokeObjectURL() threw exception TypeError: Not enough arguments.
+PASS URL.createObjectURL() threw exception TypeError: Failed to execute 'createObjectURL' on 'DOMURL': 1 argument required, but only 0 present..
+PASS URL.revokeObjectURL() threw exception TypeError: Failed to execute 'revokeObjectURL' on 'DOMURL': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/files/revoke-blob-url-expected.txt ('k') | LayoutTests/fast/filesystem/entry-points-missing-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698