Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-svg-img-isolate.html
blob1f9c7c4a968298541994e1232430523a5566010f
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p>Testing that a svg image referred from svg will isolate. The test passes if you see a green square.</p>
5 <svg width="100px" height="100" version="1.1"
6 xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" style="background-color: blue;">
7 <image xlink:href="resources/green-blending-square.svg" x="0" y="0" height="100" width="100"/>
8 </svg>
9 </body>
10 </html>