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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/paint/LayerPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html
diff --git a/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html
new file mode 100644
index 0000000000000000000000000000000000000000..b3232996d0636a55eb939bf9ff41e6d8cab69496
--- /dev/null
+++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html
@@ -0,0 +1,20 @@
+<html>
leviw_travelin_and_unemployed 2015/03/04 19:32:34 Nit: doctype?
qiankun 2015/03/05 06:15:30 Done.
+ <head>
+ <title>Fractional border</title>
+ <style>
+ div {
+ transform:scale(1);
+ border: solid 1px #000;
+ padding: .4em;
+ position: absolute;
+ top: 127.223px;
+ left: 80.334px;
+ 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
+ overflow: hidden;
+ }
+ </style>
+ </head>
+ <body>
+ <div>Hi Earth</div>
+ </body>
+</html>
« 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