Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / textpath-outline.svg
blob2abc55d4822b57749202518b00220b9b480f7300
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="800" height="600">
2 <defs>
3 <path id="tp" d="M8,30h400"/>
4 <style>
5 textPath { font: 24px sans-serif; outline: 1px solid black }
6 </style>
7 </defs>
8 <text><textPath xlink:href="#tp">Outlined text</textPath></text>
9 </svg>