rows-expected.txt revision eff69b907ef2cd3a9af0351287a929c66f58e3f6
1Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS checkRowNesting("col") is 0
7PASS checkRowNesting("colgroup") is 0
8PASS checkRowNesting("div") is 0
9PASS checkRowNesting("form") is 0
10PASS checkRowNesting("script") is 0
11PASS checkRowNesting("table") is 0
12PASS checkRowNesting("td") is 0
13PASS checkRowNesting("th") is 0
14
15PASS checkRowNesting("tbody") is 0
16PASS checkRowNesting("tfoot") is 0
17PASS checkRowNesting("thead") is 0
18
19PASS checkRowNesting("tr") is 1
20
21PASS successfullyParsed is true
22
23TEST COMPLETE
24
25