| 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..2cb8c03a66e321cee67ec9612dafdea94f6925c3 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
|
| @@ -71,13 +71,13 @@ PASS customErrorFor("input-many-changes") is false
|
| PASS customErrorFor("input-submit-many-changes") is false
|
| 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
|
|
|
|
|