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

Side by Side Diff: LayoutTests/compositing/backface-visibility/backface-visibility-image.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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <script>addTestImg("-webkit-transform: rotateY(180deg);")</script> 86 <script>addTestImg("-webkit-transform: rotateY(180deg);")</script>
87 </div> 87 </div>
88 </td> 88 </td>
89 89
90 </tr></table> 90 </tr></table>
91 91
92 92
93 <script> 93 <script>
94 if (window.testRunner) { 94 if (window.testRunner) {
95 /* Instruct the test runner that this is a pixel test */ 95 /* Instruct the test runner that this is a pixel test */
96 testRunner.dumpAsText(true); 96 testRunner.dumpAsTextWithPixelResults();
97 document.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>"); 97 document.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>");
98 } 98 }
99 </script> 99 </script>
100 100
101 </body> 101 </body>
102 </html> 102 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698