Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / textPath-remove-path-expected.svg
blob2611b9bc1ba6c9d6baf1c816e907af88eaa3b63b
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <text x="50" y="50">PASS</text>
3 <text>
4 <textPath id="theTP" xlink:href="#thePath">This text should not be visible</textPath>
5 </text>
6 </svg>