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

Side by Side Diff: LayoutTests/fast/gradients/css3-radial-gradients2.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 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style type="text/css" media="screen"> 5 <style type="text/css" media="screen">
6 .box { 6 .box {
7 display: inline-block; 7 display: inline-block;
8 height: 250px; 8 height: 250px;
9 width: 200px; 9 width: 200px;
10 margin: 10px; 10 margin: 10px;
(...skipping 29 matching lines...) Expand all
40 } 40 }
41 41
42 .gradient6 { 42 .gradient6 {
43 background-image: -webkit-radial-gradient(50% 20%, ellipse contain, black, white); 43 background-image: -webkit-radial-gradient(50% 20%, ellipse contain, black, white);
44 background-image: -moz-radial-gradient(50% 20%, ellipse contain, black, wh ite); 44 background-image: -moz-radial-gradient(50% 20%, ellipse contain, black, wh ite);
45 } 45 }
46 46
47 </style> 47 </style>
48 <script type="text/javascript" charset="utf-8"> 48 <script type="text/javascript" charset="utf-8">
49 if (window.testRunner) { 49 if (window.testRunner) {
50 var dumpPixels = true; 50 testRunner.dumpAsTextWithPixelResults();
51 testRunner.dumpAsText(dumpPixels);
52 } 51 }
53 </script> 52 </script>
54 </head> 53 </head>
55 <body> 54 <body>
56 55
57 <div class="gradient1 box"></div> 56 <div class="gradient1 box"></div>
58 <div class="gradient2 box"></div> 57 <div class="gradient2 box"></div>
59 <div class="gradient3 box"></div> 58 <div class="gradient3 box"></div>
60 <br> 59 <br>
61 <div class="gradient4 box"></div> 60 <div class="gradient4 box"></div>
62 <div class="gradient5 box"></div> 61 <div class="gradient5 box"></div>
63 <div class="gradient6 box"></div> 62 <div class="gradient6 box"></div>
64 63
65 </body> 64 </body>
66 </html> 65 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/gradients/css3-radial-gradients.html ('k') | LayoutTests/fast/gradients/css3-radial-gradients3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698