Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-html-inline-blend-expected.html
blob74da3aaf9de6075e1208174d554b4c58328cda6b
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p>The test passes if you see an yellow square inside a green one.</p>
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="400px" height="400px" style="background: lime">
6 <rect x="100" y="100" width="200" height="200" style="fill: red; mix-blend-mode: difference"/>
7 </svg>
8 </body>
9 </html>