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

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

Issue 802103006: Stricter parsing for span attribute on col element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a test Created 5 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 HTMLTableColElement span attribute test
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.createElement("col").span is 1
7 PASS spanAttributeEffect("") is 1
8 PASS spanAttributeEffect("1") is 1
9 PASS spanAttributeEffect("2") is 2
10 PASS spanAttributeEffect("10") is 10
11 PASS spanAttributeEffect("0") is 1
12 PASS spanAttributeEffect("-1") is 1
13 PASS spanAttributeEffect("1x") is 1
14 PASS spanAttributeEffect("1.") is 1
15 PASS spanAttributeEffect("1.9") is 1
16 PASS spanAttributeEffect("2x") is 2
17 PASS spanAttributeEffect("2.") is 2
18 PASS spanAttributeEffect("2.9") is 2
19 PASS spanAttributeEffect("a") is 1
20 PASS spanAttributeEffect(" 7") is 1
21 PASS spanAttributeEffect(" 7") is 7
22 PASS spanAttributeEffect(arabicIndicDigitOne) is 1
23 PASS spanAttributeEffect("2" + arabicIndicDigitOne) is 2
24 PASS spanAttributeEffect("2147483647") is 2147483647
25 PASS spanAttributeEffect("2147483648") is 1
26 PASS spanAttributeEffect("4294967295") is 1
27 PASS spanAttributeEffect("4294967296") is 1
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLTableColElement/span-attribute.html ('k') | Source/core/html/HTMLTableColElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698