Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-add-isolation-expected.html
blob1045f66f2f5c742ae4db0944fd5604f9eb45b950
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="isolation: isolate">
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>