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

Unified Diff: LayoutTests/fast/dom/HTMLTableColElement/span-attribute-expected.txt

Issue 1196283003: HTMLTableColElement span type set to unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated test to reflect 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/HTMLTableColElement/span-attribute-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLTableColElement/span-attribute-expected.txt b/LayoutTests/fast/dom/HTMLTableColElement/span-attribute-expected.txt
index 076569b9244fb746d49a2c590220a388505e82ea..7ca709e1b847654745497c75358717ab9c856dfe 100644
--- a/LayoutTests/fast/dom/HTMLTableColElement/span-attribute-expected.txt
+++ b/LayoutTests/fast/dom/HTMLTableColElement/span-attribute-expected.txt
@@ -22,8 +22,8 @@ PASS spanAttributeEffect(" 7") is 7
PASS spanAttributeEffect(arabicIndicDigitOne) is 1
PASS spanAttributeEffect("2" + arabicIndicDigitOne) is 2
PASS spanAttributeEffect("2147483647") is 2147483647
-PASS spanAttributeEffect("2147483648") is 1
-PASS spanAttributeEffect("4294967295") is 1
+PASS spanAttributeEffect("2147483648") is 2147483648
+PASS spanAttributeEffect("4294967295") is 4294967295
PASS spanAttributeEffect("4294967296") is 1
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html ('k') | Source/core/html/HTMLTableColElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698