Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / images / large-size-image-crash.html
1 <html>
2     <head>
3         <script>
4             if (window.testRunner)
5                 testRunner.dumpAsText();
6         </script>
7     </head>
8     <body>
9         <img src="resources/large-size-image-crash.jpeg">
10         <p>PASS</p>
11     </body>
12 </html>
13