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

Side by Side Diff: LayoutTests/fast/box-shadow/box-shadow-currentcolor.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 div { 5 div {
6 width: 100px; 6 width: 100px;
7 height: 100px; 7 height: 100px;
8 color: green; 8 color: green;
9 background-color: blue; 9 background-color: blue;
10 box-shadow: 20px 20px red; 10 box-shadow: 20px 20px red;
11 box-shadow: 20px 20px currentColor; 11 box-shadow: 20px 20px currentColor;
12 } 12 }
13 </style> 13 </style>
14 <script> 14 <script>
15 if (window.testRunner) 15 if (window.testRunner)
16 window.testRunner.dumpAsText(true); 16 window.testRunner.dumpAsTextWithPixelResults();
17 </script> 17 </script>
18 </head> 18 </head>
19 <body> 19 <body>
20 <div/> 20 <div/>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/box-shadow/box-shadow-clipped-slices.html ('k') | LayoutTests/fast/box-shadow/no-blur-multiple-offsets.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698