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