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

Side by Side Diff: third_party/WebKit/LayoutTests/html/tabular_data/td_rowspan-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 HTMLTableCellElement rowspan attribute test 1 HTMLTableCellElement rowspan 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("td").rowSpan is 1 6 PASS document.createElement("td").rowSpan is 1
7 PASS rowspanAttributeEffect("") is 1 7 PASS rowspanAttributeEffect("") is 1
8 PASS rowspanAttributeEffect("1") is 1 8 PASS rowspanAttributeEffect("1") is 1
9 PASS rowspanAttributeEffect("2") is 2 9 PASS rowspanAttributeEffect("2") is 2
10 PASS rowspanAttributeEffect("10") is 10 10 PASS rowspanAttributeEffect("10") is 10
(...skipping 11 matching lines...) Expand all
22 PASS rowspanAttributeEffect(" 7") is 7 22 PASS rowspanAttributeEffect(" 7") is 7
23 PASS rowspanAttributeEffect(arabicIndicDigitOne) is 1 23 PASS rowspanAttributeEffect(arabicIndicDigitOne) is 1
24 PASS rowspanAttributeEffect("2" + arabicIndicDigitOne) is 2 24 PASS rowspanAttributeEffect("2" + arabicIndicDigitOne) is 2
25 PASS rowspanAttributeEffect("2147483647") is 65534 25 PASS rowspanAttributeEffect("2147483647") is 65534
26 PASS rowspanAttributeEffect("4294967295") is 65534 26 PASS rowspanAttributeEffect("4294967295") is 65534
27 PASS rowspanAttributeEffect("4294967296") is 1 27 PASS rowspanAttributeEffect("4294967296") is 1
28 PASS successfullyParsed is true 28 PASS successfullyParsed is true
29 29
30 TEST COMPLETE 30 TEST COMPLETE
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698