Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-svg-img-isolate-expected.html
blobea74566ac7c30dfa3a7e1706888e1e789e2eedfc
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">
7 <image xlink:href="resources/green-square.svg" x="0" y="0" height="100" width="100"/>
8 </svg>
9 </body>
10 </html>