| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <body> | 2 <body> |
| 3 Test passes if it does not crash. | 3 Test passes if it does not crash. |
| 4 <div style="visibility: collapse;"> | 4 <div style="visibility: collapse;"> |
| 5 <table> | 5 <table> |
| 6 <caption></caption> | 6 <caption></caption> |
| 7 <caption> | 7 <caption> |
| 8 <span style="visibility: visible;"></span> | 8 <span style="visibility: visible;"></span> |
| 9 </caption> | 9 </caption> |
| 10 </table> | 10 </table> |
| 11 </div> | 11 </div> |
| 12 <script> | 12 <script> |
| 13 if (window.layoutTestController) | 13 if (window.layoutTestController) |
| 14 layoutTestController.dumpAsText(); | 14 layoutTestController.dumpAsText(); |
| 15 </script> | 15 </script> |
| 16 </body> | 16 </body> |
| 17 </html> | 17 </html> |
| OLD | NEW |