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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/subpixel/subpixel-accumulation-with-layer.html

Issue 2112753002: Snap paint offset paint property to pixel boundaries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 body { margin: 0; }
4 div { position: relative; }
5 </style>
6 PASS if there is no red visible.
7 <div style="width: 70px; height: 70px; left: 0.7px; top: 0.7px;">
chrishtr 2016/06/29 23:46:07 Please indent the divs to indicate containment.
pdr. 2016/06/30 16:03:11 So wasteful of bytes... Done.
8 <div style="background: red; width: 40px; height: 40px; transform: translateZ(0) ;">
9 <div style="background: white; width: 40px; height: 40px; left: 0.7px; top: 0.7p x;">
chrishtr 2016/06/29 23:46:07 Add a comment that this is testing behavior to rou
pdr. 2016/06/30 16:03:12 Done.
10 </div>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698