OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 if (window.testRunner) | 4 if (window.testRunner) |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 </script> | 6 </script> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <img src="resources/large-size-image-crash.jpeg"> | 9 <p>This test passes if it does not crash.</p> |
10 <p>PASS</p> | 10 <svg xmlns="http://www.w3.org/2000/svg"> |
11 <polyline font-size="8E+617%"> | |
12 </svg> | |
11 </body> | 13 </body> |
12 </html> | 14 </html> |
13 | |
OLD | NEW |