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 bbb13e032f8b8bcfca07867b1f042b7c28a284a3..a25040498bc1f9b033db7cf34783394bf3f77bd6 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", "'Error: IndexSizeError: DOM Exception 1'"); |
+shouldThrow("input.size = 0", "'IndexSizeError: Index or size was negative, or greater than the allowed value.'"); |
</script> |
</body> |