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

Side by Side Diff: LayoutTests/compositing/backface-visibility/backface-visibility-hierarchical-transform.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, 3 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 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 div { 5 div {
6 height: 100px; 6 height: 100px;
7 width: 100px; 7 width: 100px;
8 } 8 }
9 9
10 .red { 10 .red {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 <div class="backfaceHidden green"> 108 <div class="backfaceHidden green">
109 </div> 109 </div>
110 </div> 110 </div>
111 </div> 111 </div>
112 </div> 112 </div>
113 </div> 113 </div>
114 </div> 114 </div>
115 115
116 <script> 116 <script>
117 if (window.testRunner) { 117 if (window.testRunner) {
118 testRunner.dumpAsText(true); // This is only useful as a pixel test. 118 testRunner.dumpAsTextWithPixelResults(); // This is only useful as a pixel test.
119 document.write("<span style='position:absolute; top:-5000px'>This test is on ly useful as a pixel test</span>"); 119 document.write("<span style='position:absolute; top:-5000px'>This test is on ly useful as a pixel test</span>");
120 } 120 }
121 </script> 121 </script>
122 </body> 122 </body>
123 </html> 123 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698