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

Side by Side Diff: LayoutTests/css3/compositing/svg-blend-overlapping-elements-expected.html

Issue 98543012: [CSS Blending] SVG overlapping elements within a group don't blend together. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment test description Created 6 years, 11 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 <html>
3 <body>
4 <!-- Test mix-blend-mode on a group consisting of overlapping elements.
5 The two rects should blend as a whole with the yellow background.
6 Test passes if the two rectangles are drawn with green, and their in tersection is not blended.-->
7 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" heig ht="200px" style="background: #FF0">
8 <g>
9 <rect x="25" y="25" width="100" height="100" style="fill: #080;" />
10 <rect x="75" y="75" width="100" height="100" style="fill: #050;" />
11 </g>
12 </svg>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/compositing/svg-blend-overlapping-elements.html ('k') | Source/core/rendering/svg/SVGRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698