| Index: LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
|
| diff --git a/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html b/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
|
| index 60ef9e5c9fe21df003daea15156d2ad80894c3c2..6a8093dba9bbbed190fe93d6c3ff6d9db4801d86 100644
|
| --- a/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
|
| +++ b/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
|
| @@ -23,7 +23,7 @@ shouldBe("input.removeAttribute('size'); input.size", "20");
|
| shouldBe("input.setAttribute('size', '0'); input.size", "20");
|
| shouldBe("input.setAttribute('size', '10'); input.size", "10");
|
|
|
| -shouldThrow("input.size = 0", "'IndexSizeError: Index or size was negative, or greater than the allowed value.'");
|
| +shouldThrow("input.size = 0", '"IndexSizeError: Failed to set the \'size\' property on \'HTMLInputElement\': The value provided is 0, which is an invalid size."');
|
|
|
| </script>
|
| </body>
|
|
|