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

Unified Diff: LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt

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
Index: LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt b/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt
index fdf1470158e24d4b1bf83860d5dcf846621db965..432e5879e541e936c519a368d7910a75160e9d26 100644
--- a/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt
+++ b/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt
@@ -22,8 +22,7 @@ PASS rowspanAttributeEffect(" 7") is 7
PASS rowspanAttributeEffect(arabicIndicDigitOne) is 1
PASS rowspanAttributeEffect("2" + arabicIndicDigitOne) is 2
PASS rowspanAttributeEffect("2147483647") is 8190
-PASS rowspanAttributeEffect("2147483648") is 1
-PASS rowspanAttributeEffect("4294967295") is 1
+PASS rowspanAttributeEffect("4294967295") is 8190
PASS rowspanAttributeEffect("4294967296") is 1
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute.html ('k') | Source/core/html/HTMLTableCellElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698