| 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
|
|
|