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

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: fix comments of esprehn 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 | LayoutTests/fast/sub-pixel/fractional-border-location-and-size-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 <style>
3 div {
4 transform:scale(1);
esprehn 2015/04/09 19:39:24 nit missing space after :
5 border: solid 1px #000;
6 position: absolute;
7 top: 127.223px;
8 left: 80.334px;
9 width: 360.4px;
10 height: 170.3px;
11 overflow: hidden;
12 }
13 </style>
14 <div></div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698