Chromium Code Reviews| 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 layoutTestController.waitUntilDone(); | 5 layoutTestController.waitUntilDone(); |
| 6 } | 6 } |
| 7 | 7 |
| 8 window.location="resources/javascript-url-iframe-crash.webarchive"; | 8 window.location="resources/javascript-url-iframe-crash.webarchive"; |
| 9 </script> | 9 </script> |
| 10 </html> | 10 </html> |
| OLD | NEW |