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

Side by Side Diff: LayoutTests/fast/borders/outline-alpha-inline.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 <style> 2 <style>
3 div { 3 div {
4 margin: 20px; 4 margin: 20px;
5 display: inline-block; 5 display: inline-block;
6 width: 100px; 6 width: 100px;
7 } 7 }
8 8
9 span { 9 span {
10 outline-width: 20px; 10 outline-width: 20px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 </div> 85 </div>
86 inset 86 inset
87 87
88 <div> 88 <div>
89 <span class="outset">Text spanning more than one line.</span> 89 <span class="outset">Text spanning more than one line.</span>
90 </div> 90 </div>
91 outset 91 outset
92 92
93 <script> 93 <script>
94 if (window.testRunner) 94 if (window.testRunner)
95 testRunner.dumpAsText(true); 95 testRunner.dumpAsTextWithPixelResults();
96 </script> 96 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/outline-alpha-block.html ('k') | LayoutTests/fast/box-shadow/box-shadow-clipped-slices.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698