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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/float-subpixel-wrapping.html

Issue 1995103002: Represent lines using LayoutUnit in LineWidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: w/LayoutTest Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/sub-pixel/float-subpixel-wrapping-expected.html » ('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 <html>
3 <head>
4 <title>Tests subpixel line breaking for floats</title>
5 <style>
6 a.powered-by {
7 float: right;
8 position: relative;
9 display: inline-block;
10 font-size: .9em;
11 text-align: right;
12 }
13 a.powered-by span {
14 display: inline-block;
15 float: right;
16 margin-top: -3px;
17 margin-left: 6px;
18 background: red;
19 width: 17px;
20 height: 17px;
21 }
22 </style>
23 </head>
24 <body>
25 <a class="powered-by">Should not wrap <span></span></a>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/sub-pixel/float-subpixel-wrapping-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698