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

Side by Side Diff: LayoutTests/fast/borders/outline-alpha-block.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: 2px 20px 10px 20px; 4 margin: 2px 20px 10px 20px;
5 padding: 2px 10px; 5 padding: 2px 10px;
6 outline-width: 8px; 6 outline-width: 8px;
7 outline-color: rgba(0, 0, 255, 0.3); 7 outline-color: rgba(0, 0, 255, 0.3);
8 display: inline-block; 8 display: inline-block;
9 } 9 }
10 10
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <div class="outset"></div> 122 <div class="outset"></div>
123 <div class="outset"></div> 123 <div class="outset"></div>
124 <div class="outset"></div> 124 <div class="outset"></div>
125 <div class="outset"></div> 125 <div class="outset"></div>
126 <div class="outset"></div> 126 <div class="outset"></div>
127 <div class="outset"></div> 127 <div class="outset"></div>
128 outset 128 outset
129 129
130 <script> 130 <script>
131 if (window.testRunner) 131 if (window.testRunner)
132 testRunner.dumpAsText(true); 132 testRunner.dumpAsTextWithPixelResults();
133 </script> 133 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-shadow-large-radius.html ('k') | LayoutTests/fast/borders/outline-alpha-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698