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

Side by Side Diff: third_party/WebKit/LayoutTests/html/tabular_data/col_span-expected.txt

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 years, 8 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
1 HTMLTableColElement span attribute test 1 HTMLTableColElement span attribute test
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS document.createElement("col").span is 1 6 PASS document.createElement("col").span is 1
7 PASS spanAttributeEffect("") is 1 7 PASS spanAttributeEffect("") is 1
8 PASS spanAttributeEffect("1") is 1 8 PASS spanAttributeEffect("1") is 1
9 PASS spanAttributeEffect("2") is 2 9 PASS spanAttributeEffect("2") is 2
10 PASS spanAttributeEffect("10") is 10 10 PASS spanAttributeEffect("10") is 10
(...skipping 12 matching lines...) Expand all
23 PASS spanAttributeEffect(arabicIndicDigitOne) is 1 23 PASS spanAttributeEffect(arabicIndicDigitOne) is 1
24 PASS spanAttributeEffect("2" + arabicIndicDigitOne) is 2 24 PASS spanAttributeEffect("2" + arabicIndicDigitOne) is 2
25 PASS spanAttributeEffect("2147483647") is 2147483647 25 PASS spanAttributeEffect("2147483647") is 2147483647
26 PASS spanAttributeEffect("2147483648") is 2147483648 26 PASS spanAttributeEffect("2147483648") is 2147483648
27 PASS spanAttributeEffect("4294967295") is 4294967295 27 PASS spanAttributeEffect("4294967295") is 4294967295
28 PASS spanAttributeEffect("4294967296") is 1 28 PASS spanAttributeEffect("4294967296") is 1
29 PASS successfullyParsed is true 29 PASS successfullyParsed is true
30 30
31 TEST COMPLETE 31 TEST COMPLETE
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698