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

Unified Diff: LayoutTests/fast/dom/document-all-tags-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/dom/document-all-tags-expected.txt
diff --git a/LayoutTests/fast/dom/document-all-tags-expected.txt b/LayoutTests/fast/dom/document-all-tags-expected.txt
index 60e178a6cd9ecbca47094fb1e625da2610e73477..cfcdf56f163d1caeda0a6eee72713d49f2533365 100644
--- a/LayoutTests/fast/dom/document-all-tags-expected.txt
+++ b/LayoutTests/fast/dom/document-all-tags-expected.txt
@@ -3,7 +3,7 @@ Test that HTMLAllCollection.tags() matches IE behavior with too few arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.all.tags() threw exception TypeError: Not enough arguments.
+PASS document.all.tags() threw exception TypeError: Failed to execute 'tags' on 'HTMLAllCollection': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/characterdata-api-arguments-expected.txt ('k') | LayoutTests/fast/dom/implementation-api-args.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698