[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / images / png-extra-row-crash.html
1 <html>
2   <head>
3     <script>
4     if (window.layoutTestController)
5         layoutTestController.dumpAsText();
6     function loaded()
7     {
8         var p = document.createElement("p");
9         p.appendChild(document.createTextNode("PASS"));
10         document.body.appendChild(p);
11     }
12     </script>
13   </head>
14   <body>
15     The following PNG will attempt to render a bad row.
16     If the test succeeds this should not crash.
17     <img onload="loaded()" src="resources/png-extra-row-crash.png">
18   </body>
19 </html>
20