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/tr_cells-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 Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting. 1 Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting.
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 checkCellNesting("col") is 0 6 PASS checkCellNesting("col") is 0
7 PASS checkCellNesting("colgroup") is 0 7 PASS checkCellNesting("colgroup") is 0
8 PASS checkCellNesting("div") is 0 8 PASS checkCellNesting("div") is 0
9 PASS checkCellNesting("form") is 0 9 PASS checkCellNesting("form") is 0
10 PASS checkCellNesting("script") is 0 10 PASS checkCellNesting("script") is 0
(...skipping 17 matching lines...) Expand all
28 PASS checkHeaderCellNesting("thead") is 0 28 PASS checkHeaderCellNesting("thead") is 0
29 PASS checkHeaderCellNesting("tr") is 0 29 PASS checkHeaderCellNesting("tr") is 0
30 30
31 PASS checkHeaderCellNesting("td") is 1 31 PASS checkHeaderCellNesting("td") is 1
32 PASS checkHeaderCellNesting("th") is 1 32 PASS checkHeaderCellNesting("th") is 1
33 33
34 PASS successfullyParsed is true 34 PASS successfullyParsed is true
35 35
36 TEST COMPLETE 36 TEST COMPLETE
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698