| 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 298167737520d25323fdbfad6d7e5478095713d4..d449a74537819a9cc0d4975ab4046452a3e83f27 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 IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| +PASS input.size = 0 threw exception IndexSizeError: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|