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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html
diff --git a/LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0c20ebc4e517bfa7be81c94ddc595bde481cf4ce
--- /dev/null
+++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+ div {
+ border: solid 1px #000;
+ position: absolute;
+ top: 127.223px;
+ left: 80.334px;
+ width: 360.4px;
+ height: 170.3px;
+ overflow: hidden;
+ }
+</style>
+<div></div>
« 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