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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 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.
4 div div { width: 40px; height: 40px; background: blue; position: relative }
5 </style>
6 <div><div></div></div>
7 <div><div style="left: 1px"></div></div>
8 <div><div></div></div>
9 <div><div style="left: 1px"></div></div>
10 <div><div></div></div>
11 <div><div style="left: 1px"></div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698