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