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

Side by Side Diff: LayoutTests/fast/borders/border-mixed-alpha.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 <style> 2 <style>
3 div { 3 div {
4 width: 10px; 4 width: 10px;
5 height: 100px; 5 height: 100px;
6 display: inline-block; 6 display: inline-block;
7 border-width: 85px; 7 border-width: 85px;
8 border-color: rgba(0, 255, 0, 0.5); 8 border-color: rgba(0, 255, 0, 0.5);
9 border-right-color: rgba(0, 0, 255, 0.5); 9 border-right-color: rgba(0, 0, 255, 0.5);
10 } 10 }
(...skipping 10 matching lines...) Expand all
21 <div class="dotted"></div> 21 <div class="dotted"></div>
22 <div class="solid"></div> 22 <div class="solid"></div>
23 <div class="double"></div> 23 <div class="double"></div>
24 <br> 24 <br>
25 <div class="groove"></div> 25 <div class="groove"></div>
26 <div class="ridge"></div> 26 <div class="ridge"></div>
27 <div class="inset"></div> 27 <div class="inset"></div>
28 <div class="outset"></div> 28 <div class="outset"></div>
29 <script> 29 <script>
30 if (window.testRunner) 30 if (window.testRunner)
31 testRunner.dumpAsText(true); 31 testRunner.dumpAsTextWithPixelResults();
32 </script> 32 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698