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

Unified Diff: third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html

Issue 2862053002: Reland of Don't pass subpixel offsets through non-translation transforms (Closed)
Patch Set: - Created 3 years, 7 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: third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html b/third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3f732ec0c0ad648f6b70860b1ce81f6d1d38a2e9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+div {
+ position: absolute;
+ width: 16px;
+ height: 16px;
+ background: green;
+}
+</style>
+<div style="top: 8px; left: 8px"></div>
+<div style="top: 28px; left: 8px"></div>
+<div style="top: 48px; left: 8px"></div>
+<div style="top: 68px; left: 8px"></div>
+<div style="top: 89px; left: 9px"></div>
+<div style="top: 109px; left: 9px"></div>
+<div style="top: 129px; left: 9px"></div>
+<div style="top: 149px; left: 9px"></div>
+<div style="top: 169px; left: 9px"></div>
+<div style="top: 189px; left: 9px"></div>

Powered by Google App Engine
This is Rietveld 408576698