Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-add-opacity-expected.html
blob6bcc4c6ee8d20a7e12a18f822a7bec4f2eaad13c
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p>The test passes if you see a green square.</p>
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px">
6 <g style="opacity: 0.9;">
7 <rect x="0" y="0" width="200" height="200" style="fill: green; mix-blend-mode: difference;"/>
8 </g>
9 </svg>
10 </body>
11 </html>