[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / images / image-invalid-data.html
1 <html>
2 <head>
3     <script type="text/javascript">
4         if (window.layoutTestController)
5             layoutTestController.dumpAsText();
6     </script>
7 </head>
8 <body>
9     <p>
10         This is test for an image with invalid data. No crash means test PASS.
11     </p>
12     <hr>
13     <img src="resources/invalid.jpg"></img>
14 </body>
15 </html>