Index: LayoutTests/fast/dom/HTMLTextAreaElement/cols-attribute.html |
diff --git a/LayoutTests/fast/dom/HTMLTextAreaElement/cols-attribute.html b/LayoutTests/fast/dom/HTMLTextAreaElement/cols-attribute.html |
index 9e829d9f20abdf2150618ceb7233d865b0617b0d..6978fa1b8fecd05116cebed13147edf3f8c51312 100644 |
--- a/LayoutTests/fast/dom/HTMLTextAreaElement/cols-attribute.html |
+++ b/LayoutTests/fast/dom/HTMLTextAreaElement/cols-attribute.html |
@@ -42,8 +42,8 @@ shouldBe('colsAttributeEffect(arabicIndicDigitOne)', '20'); |
shouldBe('colsAttributeEffect("2" + arabicIndicDigitOne)', '2'); |
shouldBe('colsAttributeEffect("2147483647")', '2147483647'); |
-shouldBe('colsAttributeEffect("2147483648")', '20'); |
-shouldBe('colsAttributeEffect("4294967295")', '20'); |
+shouldBe('colsAttributeEffect("2147483648")', '2147483648'); |
+shouldBe('colsAttributeEffect("4294967295")', '4294967295'); |
shouldBe('colsAttributeEffect("4294967296")', '20'); |
</script> |
</body> |