| Index: LayoutTests/fast/forms/textarea-maxlength-expected.txt
|
| diff --git a/LayoutTests/fast/forms/textarea-maxlength-expected.txt b/LayoutTests/fast/forms/textarea-maxlength-expected.txt
|
| index bb59d8647b85594167068c1e472c0876df5c242d..dfe1d555000aa545391893dc43deb30f17505fd0 100644
|
| --- a/LayoutTests/fast/forms/textarea-maxlength-expected.txt
|
| +++ b/LayoutTests/fast/forms/textarea-maxlength-expected.txt
|
| @@ -7,6 +7,9 @@ PASS textArea.maxLength is -1
|
| PASS textArea.maxLength is -1
|
| PASS textArea.maxLength is -1
|
| PASS textArea.maxLength is 1
|
| +PASS textArea.maxLength is -1
|
| +PASS textArea.maxLength is -1
|
| +PASS textArea.maxLength is 1
|
| PASS textArea.maxLength is 256
|
| PASS textArea.getAttribute("maxlength") is "13"
|
| PASS textArea.maxLength = -1 threw exception IndexSizeError: Failed to set the 'maxLength' property on 'HTMLTextAreaElement': The value provided (-1) is not positive or 0..
|
|
|