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

Side by Side Diff: LayoutTests/fast/box-shadow/box-shadow-clipped-slices.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 <html><head> 1 <html><head>
2 <script type=text/javascript> 2 <script type=text/javascript>
3 if (window.testRunner) 3 if (window.testRunner)
4 window.testRunner.dumpAsText(true); 4 window.testRunner.dumpAsTextWithPixelResults();
5 </script> 5 </script>
6 <style type=text/css> 6 <style type=text/css>
7 .rounded { border: 2px solid black; border-radius: 5px / 10px; box-shadow: -150p x 0 30px 200px #999; width: 400px; height: 200px; position: relative } 7 .rounded { border: 2px solid black; border-radius: 5px / 10px; box-shadow: -150p x 0 30px 200px #999; width: 400px; height: 200px; position: relative }
8 .overflow { overflow: hidden; width: 20px; height: 20px; float: left; } 8 .overflow { overflow: hidden; width: 20px; height: 20px; float: left; }
9 </style></head><body> 9 </style></head><body>
10 <div class='overflow'> 10 <div class='overflow'>
11 <div class='rounded' style='left: 380px; top: 280px'></div> 11 <div class='rounded' style='left: 380px; top: 280px'></div>
12 </div> 12 </div>
13 <div class='overflow'> 13 <div class='overflow'>
14 <div class='rounded' style='left: 360px; top: 280px'></div> 14 <div class='rounded' style='left: 360px; top: 280px'></div>
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 <div class='rounded' style='left: 40px; top: 0px'></div> 916 <div class='rounded' style='left: 40px; top: 0px'></div>
917 </div> 917 </div>
918 <div class='overflow'> 918 <div class='overflow'>
919 <div class='rounded' style='left: 20px; top: 0px'></div> 919 <div class='rounded' style='left: 20px; top: 0px'></div>
920 </div> 920 </div>
921 <div class='overflow'> 921 <div class='overflow'>
922 <div class='rounded' style='left: 0px; top: 0px'></div> 922 <div class='rounded' style='left: 0px; top: 0px'></div>
923 </div> 923 </div>
924 <div style='clear:both'></div> 924 <div style='clear:both'></div>
925 </body></html> 925 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/outline-alpha-inline.html ('k') | LayoutTests/fast/box-shadow/box-shadow-currentcolor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698