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

Side by Side Diff: LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html

Issue 976543002: Fix pixel snapping issue when transforming (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | Source/core/paint/LayerPainter.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 <html>
leviw_travelin_and_unemployed 2015/03/04 19:32:34 Nit: doctype?
qiankun 2015/03/05 06:15:30 Done.
2 <head>
3 <title>Fractional border</title>
4 <style>
5 div {
6 transform:scale(1);
7 border: solid 1px #000;
8 padding: .4em;
9 position: absolute;
10 top: 127.223px;
11 left: 80.334px;
12 font-size: 534%;
leviw_travelin_and_unemployed 2015/03/04 19:32:34 Nit: can we remove unnecessary styling? We shouldn
qiankun 2015/03/05 06:15:30 Padding and font size are related to the border si
13 overflow: hidden;
14 }
15 </style>
16 </head>
17 <body>
18 <div>Hi Earth</div>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/LayerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698