OLD | NEW |
1 <script> | 1 <script> |
2 if (window.layoutTestController) | 2 if (window.layoutTestController) |
3 layoutTestController.dumpAsText(); | 3 layoutTestController.dumpAsText(); |
4 | 4 |
5 </script> | 5 </script> |
6 <link rel="subresource" href="resources/does-not-exist.jpg"/> | 6 <link rel="subresource" href="resources/does-not-exist.jpg"/> |
7 <img src="resources/does-not-exist.jpg"> | 7 <img src="resources/does-not-exist.jpg"> |
8 | 8 |
9 This test passes if it does not crash. | 9 This test passes if it does not crash. |
OLD | NEW |