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

Side by Side Diff: LayoutTests/compositing/backface-visibility/backface-visibility-webgl.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> 4 <style>
5 .test-div 5 .test-div
6 { 6 {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 text-align: center; 9 text-align: center;
10 background-color: gray; 10 background-color: gray;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 <script>addTestCanvas("test5", "-webkit-transform: rotateY(180deg);")</scrip t> 111 <script>addTestCanvas("test5", "-webkit-transform: rotateY(180deg);")</scrip t>
112 </div> 112 </div>
113 </td> 113 </td>
114 114
115 </tr></table> 115 </tr></table>
116 116
117 117
118 <script> 118 <script>
119 if (window.testRunner) { 119 if (window.testRunner) {
120 /* Instruct the test runner that this is a pixel test */ 120 /* Instruct the test runner that this is a pixel test */
121 testRunner.dumpAsText(true); 121 testRunner.dumpAsTextWithPixelResults();
122 document.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>"); 122 document.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>");
123 } 123 }
124 </script> 124 </script>
125 125
126 </body> 126 </body>
127 </html> 127 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698