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

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: rebase and go back to last patch 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 side-by-side diff with in-line comments
Download patch
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..7e9e4d855ac4380eda43377342744107b1759920
--- /dev/null
+++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Fractional border</title>
esprehn 2015/03/24 23:13:23 ditto, all this markup isn't needed.
qiankun 2015/03/26 11:06:25 Done.
+ <style>
+ div {
+ transform:scale(1);
+ border: solid 1px #000;
+ position: absolute;
+ top: 127.223px;
+ left: 80.334px;
+ width: 360.4px;
+ height: 170.3px;
+ overflow: hidden;
+ }
+ </style>
+ </head>
+ <body>
+ <div></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698