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

Side by Side Diff: third_party/WebKit/LayoutTests/html/tabular_data/table_tbodies-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 HTMLTableElement tBodies attribute in cases where there is unusual nesting. 1 Test behavior of the HTMLTableElement tBodies 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 checkTBodyNesting("col") is 0 6 PASS checkTBodyNesting("col") is 0
7 PASS checkTBodyNesting("colgroup") is 0 7 PASS checkTBodyNesting("colgroup") is 0
8 PASS checkTBodyNesting("div") is 0 8 PASS checkTBodyNesting("div") is 0
9 PASS checkTBodyNesting("form") is 0 9 PASS checkTBodyNesting("form") is 0
10 PASS checkTBodyNesting("script") is 0 10 PASS checkTBodyNesting("script") is 0
11 PASS checkTBodyNesting("table") is 0 11 PASS checkTBodyNesting("table") is 0
12 PASS checkTBodyNesting("td") is 0 12 PASS checkTBodyNesting("td") is 0
13 PASS checkTBodyNesting("tfoot") is 0 13 PASS checkTBodyNesting("tfoot") is 0
14 PASS checkTBodyNesting("th") is 0 14 PASS checkTBodyNesting("th") is 0
15 PASS checkTBodyNesting("thead") is 0 15 PASS checkTBodyNesting("thead") is 0
16 PASS checkTBodyNesting("tr") is 0 16 PASS checkTBodyNesting("tr") is 0
17 17
18 PASS checkTBodyNesting("tbody") is 1 18 PASS checkTBodyNesting("tbody") is 1
19 19
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698