Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: LayoutTests/compositing/iframes/crash-mouse-event.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/huge-layer-rotated.html ('k') | LayoutTests/compositing/iframes/iframe-composited-scrolling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698