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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/transform-inside-opacity-expected.html

Issue 2768143002: Back PaintRecord with PaintOpBuffer instead of SkPicture (Closed)
Patch Set: more const casting 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 <div style="position:relative; width:420px;border:2px solid black; height:200px" >
2 <!-- The extra &nbsp; below forces the creation of a transparency layer in Skia to work around
3 optimizations that would cause blending differences between the test and th e expectation. -->
4 <div style="opacity:0.5; position:absolute;width:200px;height:100px;background-c olor:green;right:0;top:0">&nbsp;</div>
5 </div>
6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698