| OLD | NEW |
| (Empty) |
| 1 Test behavior of the HTMLTableSectionElement rows 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 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 | |
| 14 | |
| 15 PASS checkRowNesting("tbody") is 0 | |
| 16 PASS checkRowNesting("tfoot") is 0 | |
| 17 PASS checkRowNesting("thead") is 0 | |
| 18 | |
| 19 PASS checkRowNesting("tr") is 1 | |
| 20 | |
| 21 PASS successfullyParsed is true | |
| 22 | |
| 23 TEST COMPLETE | |
| 24 | |
| OLD | NEW |