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

Side by Side Diff: LayoutTests/fast/borders/border-radius-complex-inner.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, 2 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 <!-- Divs should have smooth, continuous borders --> 2 <!-- Divs should have smooth, continuous borders -->
3 <style> 3 <style>
4 div { 4 div {
5 display: inline-block; 5 display: inline-block;
6 border: 20px #00F solid; 6 border: 20px #00F solid;
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 padding: 0px; 9 padding: 0px;
10 margin: 10px; 10 margin: 10px;
(...skipping 18 matching lines...) Expand all
29 </style> 29 </style>
30 <div class="tl"></div> 30 <div class="tl"></div>
31 <div class="tr"></div> 31 <div class="tr"></div>
32 <div class="bl"></div> 32 <div class="bl"></div>
33 <br> 33 <br>
34 <div class="br"></div> 34 <div class="br"></div>
35 <div class="tl br"></div> 35 <div class="tl br"></div>
36 <div class="tr bl"></div> 36 <div class="tr bl"></div>
37 <script> 37 <script>
38 if (window.testRunner) 38 if (window.testRunner)
39 testRunner.dumpAsText(true); 39 testRunner.dumpAsTextWithPixelResults();
40 </script> 40 </script>
41 41
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-mixed-alpha.html ('k') | LayoutTests/fast/borders/border-radius-percent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698