| Index: LayoutTests/fast/forms/input-maxlength-expected.txt
|
| diff --git a/LayoutTests/fast/forms/input-maxlength-expected.txt b/LayoutTests/fast/forms/input-maxlength-expected.txt
|
| index 12866038b0c24dc67f6c59937115c3aa408f76e6..72d93e8e977141ec5485b463f21ca1f2cf6b82d2 100644
|
| --- a/LayoutTests/fast/forms/input-maxlength-expected.txt
|
| +++ b/LayoutTests/fast/forms/input-maxlength-expected.txt
|
| @@ -74,7 +74,7 @@ Attempting to insert 530000 characters with maxLength = 600000.
|
| PASS
|
| Some tests for .maxLength property.
|
| PASS input.maxLength is implicitMaxLength
|
| -PASS input.maxLength = -1 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| +PASS input.maxLength = -1 threw exception IndexSizeError: Failed to set the 'maxLength' property on 'HTMLInputElement': The value provided (-1) is negative..
|
| PASS input.getAttribute('maxlength') is '100'
|
| PASS successfullyParsed is true
|
|
|
|
|