Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / textpath-outline-expected.svg
blob8c8a53f89d2f1e77c5e66edb800dbcee55749655
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 <style>
4 text { font: 24px sans-serif; outline: 1px solid black }
5 </style>
6 </defs>
7 <text x="8" y="30">Outlined text</text>
8 </svg>