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

Side by Side Diff: LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body onload="runTest();"> 6 <body onload="runTest();">
7 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to p: 40px"> 7 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to p: 40px">
8 <div style="position: relative; left: 10px; top: 70px"> 8 <div style="position: relative; left: 10px; top: 70px">
9 This test is successful if no transparent green rectangles are visible. 9 This test is successful if no transparent green rectangles are visible.
10 </div> 10 </div>
11 <script> 11 <script>
12 function runTest() { 12 function runTest() {
13 if (window.testRunner) { 13 if (window.testRunner) {
14 window.testRunner.dumpAsText(true); 14 window.testRunner.dumpAsTextWithPixelResults();
15 window.testRunner.notifyDone(); 15 window.testRunner.notifyDone();
16 } else { 16 } else {
17 debug("This test requires DumpRenderTree."); 17 debug("This test requires DumpRenderTree.");
18 } 18 }
19 } 19 }
20 </script> 20 </script>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698