OLD | NEW |
1 <html> | 1 <html> |
2 <script> | 2 <script> |
3 if (window.layoutTestController) | 3 if (window.layoutTestController) |
4 layoutTestController.dumpAsText(); | 4 layoutTestController.dumpAsText(); |
5 </script> | 5 </script> |
6 <table> | 6 <table> |
7 <tbody> | 7 <tbody> |
8 <td style="counter-increment: list-item"></td> | 8 <td style="counter-increment: list-item"></td> |
9 </tbody> | 9 </tbody> |
10 <ol><ol> | 10 <ol><ol> |
11 </ol></ol> | 11 </ol></ol> |
12 <td>PASS: Reparenting nodes outside of table body does not trigger crash.</t
d> | 12 <td>PASS: Reparenting nodes outside of table body does not trigger crash.</t
d> |
13 <li></li> | 13 <li></li> |
14 </table> | 14 </table> |
15 <table> | 15 <table> |
16 <td style="counter-increment: list-item"></td> | 16 <td style="counter-increment: list-item"></td> |
17 </table> | 17 </table> |
18 </html> | 18 </html> |
OLD | NEW |