| Index: LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt b/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
|
| index eed8a0b8b86e267d6dfd481ba28f611a4c80ca80..298167737520d25323fdbfad6d7e5478095713d4 100644
|
| --- a/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
|
| @@ -13,7 +13,7 @@ PASS input.setAttribute('size', 'a'); input.size is 20
|
| PASS input.removeAttribute('size'); input.size is 20
|
| PASS input.setAttribute('size', '0'); input.size is 20
|
| PASS input.setAttribute('size', '10'); input.size is 10
|
| -PASS input.size = 0 threw exception Error: IndexSizeError: DOM Exception 1.
|
| +PASS input.size = 0 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|