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

Unified Diff: LayoutTests/fast/forms/ValidityState-customError-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/forms/ValidityState-customError-expected.txt
diff --git a/LayoutTests/fast/forms/ValidityState-customError-expected.txt b/LayoutTests/fast/forms/ValidityState-customError-expected.txt
index f316cf1bf8476bf3026a45344fe6cae578747425..12e1160675aade7941bb1fd50796325a4f7a23be 100644
--- a/LayoutTests/fast/forms/ValidityState-customError-expected.txt
+++ b/LayoutTests/fast/forms/ValidityState-customError-expected.txt
@@ -35,14 +35,14 @@ PASS customErrorFor("input-submit-no-changes") is false
Many changes for customError:
Set some value, and set with no arguments.
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
-PASS setCustomValidity() threw Not enough arguments
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLFieldSetElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLButtonElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLButtonElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLButtonElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLSelectElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLTextAreaElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInputElement': 1 argument required, but only 0 present.
+PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInputElement': 1 argument required, but only 0 present.
PASS customErrorFor("fieldset-many-changes") is false
PASS customErrorFor("button-many-changes") is false
PASS customErrorFor("button-button-many-changes") is false

Powered by Google App Engine
This is Rietveld 408576698