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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html

Issue 2868933002: Don't pass subpixel offsets through non-translation transforms (composited case) (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/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..9786ee4901001901f69e5abb292ae5215ba6a67d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+div { height: 50px }
chrishtr 2017/05/09 01:12:02 How about making the -expected.html file have the
Xianzhu 2017/05/09 15:58:38 Done.
+div div { width: 40px; height: 40px; background: blue; position: relative }
+</style>
+<div><div></div></div>
+<div><div style="left: 1px"></div></div>
+<div><div></div></div>
+<div><div style="left: 1px"></div></div>
+<div><div></div></div>
+<div><div style="left: 1px"></div></div>

Powered by Google App Engine
This is Rietveld 408576698