| OLD | NEW |
| 1 Test behavior of the HTMLTableElement rows attribute in cases where there is unu
sual nesting. | 1 Test behavior of the HTMLTableElement rows attribute in cases where there is unu
sual 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 checkRowNesting("col") is 0 | 6 PASS checkRowNesting("col") is 0 |
| 7 PASS checkRowNesting("colgroup") is 0 | 7 PASS checkRowNesting("colgroup") is 0 |
| 8 PASS checkRowNesting("div") is 0 | 8 PASS checkRowNesting("div") is 0 |
| 9 PASS checkRowNesting("form") is 0 | 9 PASS checkRowNesting("form") is 0 |
| 10 PASS checkRowNesting("script") is 0 | 10 PASS checkRowNesting("script") is 0 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 PASS checkNoBodyRowNesting("tbody") is 1 | 30 PASS checkNoBodyRowNesting("tbody") is 1 |
| 31 PASS checkNoBodyRowNesting("tfoot") is 1 | 31 PASS checkNoBodyRowNesting("tfoot") is 1 |
| 32 PASS checkNoBodyRowNesting("thead") is 1 | 32 PASS checkNoBodyRowNesting("thead") is 1 |
| 33 | 33 |
| 34 PASS checkNoBodyRowNesting("tr") is 1 | 34 PASS checkNoBodyRowNesting("tr") is 1 |
| 35 | 35 |
| 36 PASS successfullyParsed is true | 36 PASS successfullyParsed is true |
| 37 | 37 |
| 38 TEST COMPLETE | 38 TEST COMPLETE |
| 39 | 39 |
| OLD | NEW |