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 12e1160675aade7941bb1fd50796325a4f7a23be..98a4c473ee38f85a7239f6020caac79cd2be2e70 100644 |
--- a/LayoutTests/fast/forms/ValidityState-customError-expected.txt |
+++ b/LayoutTests/fast/forms/ValidityState-customError-expected.txt |
@@ -44,13 +44,13 @@ PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLTex |
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-many-changes") is true |
PASS customErrorFor("button-button-many-changes") is false |
PASS customErrorFor("button-reset-many-changes") is false |
-PASS customErrorFor("select-many-changes") is false |
-PASS customErrorFor("textarea-many-changes") is false |
-PASS customErrorFor("input-many-changes") is false |
-PASS customErrorFor("input-submit-many-changes") is false |
+PASS customErrorFor("select-many-changes") is true |
+PASS customErrorFor("textarea-many-changes") is true |
+PASS customErrorFor("input-many-changes") is true |
+PASS customErrorFor("input-submit-many-changes") is true |
Set with three arguments. |
PASS customErrorFor("fieldset-many-changes") is false |
PASS customErrorFor("button-many-changes") is true |
@@ -62,22 +62,22 @@ PASS customErrorFor("input-many-changes") is true |
PASS customErrorFor("input-submit-many-changes") is true |
Set null. |
PASS customErrorFor("fieldset-many-changes") is false |
-PASS customErrorFor("button-many-changes") is false |
+PASS customErrorFor("button-many-changes") is true |
PASS customErrorFor("button-button-many-changes") is false |
PASS customErrorFor("button-reset-many-changes") is false |
-PASS customErrorFor("select-many-changes") is false |
-PASS customErrorFor("textarea-many-changes") is false |
-PASS customErrorFor("input-many-changes") is false |
-PASS customErrorFor("input-submit-many-changes") is false |
+PASS customErrorFor("select-many-changes") is true |
+PASS customErrorFor("textarea-many-changes") is true |
+PASS customErrorFor("input-many-changes") is true |
+PASS customErrorFor("input-submit-many-changes") is true |
Set some value, and set undefined. |
PASS customErrorFor("fieldset-many-changes") is false |
-PASS customErrorFor("button-many-changes") is false |
+PASS customErrorFor("button-many-changes") is true |
PASS customErrorFor("button-button-many-changes") is false |
PASS customErrorFor("button-reset-many-changes") is false |
-PASS customErrorFor("select-many-changes") is false |
-PASS customErrorFor("textarea-many-changes") is false |
-PASS customErrorFor("input-many-changes") is false |
-PASS customErrorFor("input-submit-many-changes") is false |
+PASS customErrorFor("select-many-changes") is true |
+PASS customErrorFor("textarea-many-changes") is true |
+PASS customErrorFor("input-many-changes") is true |
+PASS customErrorFor("input-submit-many-changes") is true |
PASS successfullyParsed is true |