1 Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting. 2 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6 PASS checkCellNesting("col") is 0 7 PASS checkCellNesting("colgroup") is 0 8 PASS checkCellNesting("div") is 0 9 PASS checkCellNesting("form") is 0 10 PASS checkCellNesting("script") is 0 11 PASS checkCellNesting("table") is 0 12 PASS checkCellNesting("tbody") is 0 13 PASS checkCellNesting("tfoot") is 0 14 PASS checkCellNesting("thead") is 0 15 PASS checkCellNesting("tr") is 0 16 17 PASS checkCellNesting("td") is 1 18 PASS checkCellNesting("th") is 1 19 20 PASS checkHeaderCellNesting("col") is 0 21 PASS checkHeaderCellNesting("colgroup") is 0 22 PASS checkHeaderCellNesting("div") is 0 23 PASS checkHeaderCellNesting("form") is 0 24 PASS checkHeaderCellNesting("script") is 0 25 PASS checkHeaderCellNesting("table") is 0 26 PASS checkHeaderCellNesting("tbody") is 0 27 PASS checkHeaderCellNesting("tfoot") is 0 28 PASS checkHeaderCellNesting("thead") is 0 29 PASS checkHeaderCellNesting("tr") is 0 30 31 PASS checkHeaderCellNesting("td") is 1 32 PASS checkHeaderCellNesting("th") is 1 33 34 PASS successfullyParsed is true 35 36 TEST COMPLETE 37 38