| 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 3d114321cfdb3c6d75a4a551d3125fc127797229..164d878a840b7b051857309ffcbc197d38186a99 100644
|
| --- a/LayoutTests/fast/forms/textarea-maxlength-expected.txt
|
| +++ b/LayoutTests/fast/forms/textarea-maxlength-expected.txt
|
| @@ -9,7 +9,7 @@ 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 Error: IndexSizeError: DOM Exception 1.
|
| +PASS textArea.maxLength = -1 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS textArea.getAttribute("maxlength") is "13"
|
| PASS textArea.maxLength is 0
|
| PASS textArea.getAttribute("maxlength") is "0"
|
|
|