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

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

Issue 976543002: Fix pixel snapping issue when transforming (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add missing space Created 5 years, 8 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 border: solid 1px #000;
5 position: absolute;
6 top: 127.223px;
7 left: 80.334px;
8 width: 360.4px;
9 height: 170.3px;
10 overflow: hidden;
11 }
12 </style>
13 <div></div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html ('k') | Source/core/paint/DeprecatedPaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698