Index: LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute.html |
diff --git a/LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute.html b/LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute.html |
index f6991fb533b61b33735f3927faa19ddefb19ef78..973467114876f5d44f79dda08d08c9314dff62c0 100644 |
--- a/LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute.html |
+++ b/LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute.html |
@@ -42,8 +42,7 @@ shouldBe('colspanAttributeEffect(arabicIndicDigitOne)', '1'); |
shouldBe('colspanAttributeEffect("2" + arabicIndicDigitOne)', '2'); |
shouldBe('colspanAttributeEffect("2147483647")', '8190'); |
-shouldBe('colspanAttributeEffect("2147483648")', '1'); |
-shouldBe('colspanAttributeEffect("4294967295")', '1'); |
+shouldBe('colspanAttributeEffect("4294967295")', '8190'); |
shouldBe('colspanAttributeEffect("4294967296")', '1'); |
</script> |
</body> |