| 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 64a9c237af474da3a990b151f91e0db5cdfb48ee..12866038b0c24dc67f6c59937115c3aa408f76e6 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 Error: IndexSizeError: DOM Exception 1.
|
| +PASS input.maxLength = -1 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS input.getAttribute('maxlength') is '100'
|
| PASS successfullyParsed is true
|
|
|
|
|