Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute.html

Issue 1198393002: HTMLTableCellElement type changed from signed to unsinged (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reverted cellIndex changes and updated layout test o correspond with the changes. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLTableCellElement/colspan-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698