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