Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script> | |
| 2 if (window.testRunner) { | |
| 3 testRunner.dumpAsText(false); | |
| 4 testRunner.waitUntilDone(); | |
| 5 } | |
| 6 | |
| 7 function testDone() | |
| 8 { | |
| 9 if (window.eventSender) { | |
| 10 eventSender.mouseDown(); | |
| 11 } | |
| 12 if (window.testRunner) { | |
| 13 testRunner.notifyDone(); | |
| 14 } | |
| 15 } | |
| 16 </script> | |
| 17 <iframe src=resources/leave-compositing-subframe-click.html></iframe> | |
| 18 <p>This test passes if it doesn't crash.</p> | |
| OLD | NEW |