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

Side by Side Diff: LayoutTests/fast/backgrounds/root-background-propagation.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 body { 5 body {
6 background-color: green; 6 background-color: green;
7 height: 100px; 7 height: 100px;
8 } 8 }
9 p { 9 p {
10 color: green; /* Hide from pixel result */ 10 color: green; /* Hide from pixel result */
11 } 11 }
12 </style> 12 </style>
13 <script> 13 <script>
14 if (window.testRunner) 14 if (window.testRunner)
15 testRunner.dumpAsText(true); 15 testRunner.dumpAsTextWithPixelResults();
16 </script> 16 </script>
17 </head> 17 </head>
18 <body> 18 <body>
19 <p>The entire viewport should be filled with green</p> 19 <p>The entire viewport should be filled with green</p>
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698