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

Side by Side Diff: LayoutTests/fast/borders/outline-negative-start-expected.html

Issue 1343773002: Compute outline mid-line in way that works with negative start-values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .square {
4 background-color: lightblue;
5 width: 50px;
6 height: 50px;
7 display: inline-block;
8 margin: 5px;
9 }
10 .dashed {
11 outline: 1px dashed black;
12 }
13 .dotted {
14 outline: 1px dotted black;
15 }
16 .solid {
17 outline: 1px solid black;
18 }
19 </style>
20 <div class="square solid"></div>
21 <div class="square dashed"></div>
22 <div class="square dotted"></div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/outline-negative-start.html ('k') | Source/core/paint/ObjectPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698