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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 position: absolute;
5 width: 16px;
6 height: 16px;
7 background: green;
8 }
9 </style>
10 <div style="top: 8px; left: 8px"></div>
11 <div style="top: 28px; left: 8px"></div>
12 <div style="top: 48px; left: 8px"></div>
13 <div style="top: 68px; left: 8px"></div>
14 <div style="top: 89px; left: 9px"></div>
15 <div style="top: 109px; left: 9px"></div>
16 <div style="top: 129px; left: 9px"></div>
17 <div style="top: 149px; left: 9px"></div>
18 <div style="top: 169px; left: 9px"></div>
19 <div style="top: 189px; left: 9px"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698