| OLD | NEW |
| 1 <body onload="test()"> | 1 <body onload="test()"> |
| 2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34490">bug 34490<a/
>: | 2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34490">bug 34490<a/
>: |
| 3 WebCore::ImageEventSender::dispatchPendingEvents() crashes in certain conditions
.</p> | 3 WebCore::ImageEventSender::dispatchPendingEvents() crashes in certain conditions
.</p> |
| 4 <div id="testRun"></div> | 4 <div id="testRun"></div> |
| 5 <div id="container"></div> | 5 <div id="container"></div> |
| 6 <script> | 6 <script> |
| 7 if (window.testRunner) { | 7 if (window.testRunner) { |
| 8 testRunner.waitUntilDone(); | 8 testRunner.waitUntilDone(); |
| 9 testRunner.dumpAsText(); | 9 testRunner.dumpAsText(); |
| 10 } | 10 } |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 img2 = null; | 46 img2 = null; |
| 47 gc(); | 47 gc(); |
| 48 setTimeout(test, 0); | 48 setTimeout(test, 0); |
| 49 } | 49 } |
| 50 | 50 |
| 51 function loaded2() | 51 function loaded2() |
| 52 { | 52 { |
| 53 } | 53 } |
| 54 </script> | 54 </script> |
| 55 </body> | 55 </body> |
| OLD | NEW |