Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / png-extra-row-crash.html
blob5856ac6621890baf0d345aadb02bcf1ca179422b
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 function loaded()
8 var p = document.createElement("p");
9 p.appendChild(document.createTextNode("PASS"));
10 document.body.appendChild(p);
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>