Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTableElement / rows-expected.txt
blob04946c580ad160c5c2c25f6ff4c0b92f51254359
1 Test behavior of the HTMLTableElement rows attribute in cases where there is unusual nesting.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS checkRowNesting("col") is 0
7 PASS checkRowNesting("colgroup") is 0
8 PASS checkRowNesting("div") is 0
9 PASS checkRowNesting("form") is 0
10 PASS checkRowNesting("script") is 0
11 PASS checkRowNesting("table") is 0
12 PASS checkRowNesting("td") is 0
13 PASS checkRowNesting("th") is 0
15 PASS checkRowNesting("tbody") is 0
16 PASS checkRowNesting("tfoot") is 0
17 PASS checkRowNesting("thead") is 0
19 PASS checkRowNesting("tr") is 1
21 PASS checkNoBodyRowNesting("col") is 0
22 PASS checkNoBodyRowNesting("colgroup") is 0
23 PASS checkNoBodyRowNesting("div") is 0
24 PASS checkNoBodyRowNesting("form") is 0
25 PASS checkNoBodyRowNesting("script") is 0
26 PASS checkNoBodyRowNesting("table") is 0
27 PASS checkNoBodyRowNesting("td") is 0
28 PASS checkNoBodyRowNesting("th") is 0
30 PASS checkNoBodyRowNesting("tbody") is 1
31 PASS checkNoBodyRowNesting("tfoot") is 1
32 PASS checkNoBodyRowNesting("thead") is 1
34 PASS checkNoBodyRowNesting("tr") is 1
36 PASS successfullyParsed is true
38 TEST COMPLETE