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

Side by Side Diff: LayoutTests/fast/gradients/css3-linear-angle-gradients.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: 120px; 8 height: 120px;
9 width: 200px; 9 width: 200px;
10 margin: 10px; 10 margin: 10px;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 background-image: -moz-linear-gradient(top left, white -20%, blue, black 1 20%); 52 background-image: -moz-linear-gradient(top left, white -20%, blue, black 1 20%);
53 } 53 }
54 54
55 .linear9 { 55 .linear9 {
56 background-image: -webkit-linear-gradient(0deg, white -20%, blue, black 12 0%); 56 background-image: -webkit-linear-gradient(0deg, white -20%, blue, black 12 0%);
57 background-image: -moz-linear-gradient(0deg, white -20%, blue, black 120%) ; 57 background-image: -moz-linear-gradient(0deg, white -20%, blue, black 120%) ;
58 } 58 }
59 </style> 59 </style>
60 <script type="text/javascript" charset="utf-8"> 60 <script type="text/javascript" charset="utf-8">
61 if (window.testRunner) { 61 if (window.testRunner) {
62 var dumpPixels = true; 62 testRunner.dumpAsTextWithPixelResults();
63 testRunner.dumpAsText(dumpPixels);
64 } 63 }
65 </script> 64 </script>
66 </head> 65 </head>
67 <body> 66 <body>
68 67
69 <div class="linear1 box"></div> 68 <div class="linear1 box"></div>
70 <div class="linear2 box"></div> 69 <div class="linear2 box"></div>
71 <div class="linear3 box"></div> 70 <div class="linear3 box"></div>
72 <br> 71 <br>
73 <div class="linear4 box"></div> 72 <div class="linear4 box"></div>
74 <div class="linear5 box"></div> 73 <div class="linear5 box"></div>
75 <div class="linear6 box"></div> 74 <div class="linear6 box"></div>
76 <br> 75 <br>
77 <div class="linear7 box"></div> 76 <div class="linear7 box"></div>
78 <div class="linear8 box"></div> 77 <div class="linear8 box"></div>
79 <div class="linear9 box"></div> 78 <div class="linear9 box"></div>
80 79
81 </body> 80 </body>
82 </html> 81 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/gradients/css3-color-stops.html ('k') | LayoutTests/fast/gradients/css3-linear-right-angle-gradients.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698