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

Side by Side Diff: LayoutTests/paint/inline/outline-offset.html

Issue 1201753003: Apply outline-offset on all edges (not just top/left) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/paint/InlinePainter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .wrapper {
4 width: 140px;
5 margin: 50px;
6 font-family: sans-serif;
7 }
8 .out1 {
9 outline: 5px solid blue;
10 outline-offset: 5px;
11 }
12 .out2 {
13 outline: 5px solid green;
14 outline-offset: -5px;
15 }
16 </style>
17 <div class="wrapper">
18 Lorem <span class="out1">ipsum dolor sit amet</span>, consectetur adipiscing eli t. Quisque <span class="out1">fringilla libero vel</span> ligula viverra tincidu nt. Quisque lacinia tincidunt tristique.
19 </div>
20 <div class="wrapper">
21 Lorem <span class="out2">ipsum dolor sit amet</span>, consectetur adipiscing eli t. Quisque <span class="out2">fringilla libero vel</span> ligula viverra tincidu nt. Quisque lacinia tincidunt tristique.
22 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/paint/InlinePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698