Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-isolated-group-expected.html
blob7e912420385c5223026dd99e42e0940b1041ddc5
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="400px" height="400px" style="background: green">
5 <g>
6 <rect x="50" y="50" width="200" height="200" style="fill: orange;"/>
7 <rect x="100" y="100" width="250" height="250" style="fill: blue;"/>
8 <rect x="100" y="100" width="150" height="150" style="fill: orange; mix-blend-mode: difference;"/>
9 </g>
10 </svg>
11 </body>
12 </html>