| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </head> | |
| <body> | |
| <p> | |
| This is test for an image with invalid data. No crash means test PASS. | |
| </p> | |
| <hr> | |
| <img src="resources/invalid.jpg"></img> | |
| </body> | |
| </html> |