| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 Test passes if it does not crash. | 2 Test passes if it does not crash. |
| 3 <script> | 3 <script> |
| 4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
| 5 { | 5 { |
| 6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
| 7 layoutTestController.waitUntilDone(); | 7 layoutTestController.waitUntilDone(); |
| 8 } | 8 } |
| 9 </script> | 9 </script> |
| 10 <iframe width="100" src="resources/word-break-next-linebox-not-dirty-crash.html"
></iframe> | 10 <iframe width="100" src="resources/word-break-next-linebox-not-dirty-crash.html"
></iframe> |
| 11 </html> | 11 </html> |
| 12 | 12 |
| OLD | NEW |