Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / tspan-outline-expected.svg
blobc1fbdd6373c9d042d16969085f25e80f8e288643
1 <svg xmlns="http://www.w3.org/2000/svg" width="800" height="100">
2 <style>
3 text { font: 32px sans-serif; }
4 </style>
6 <text y="40" tabindex="2" fill="green">[object SVGTSpanElement]</text>
7 <script>
8 document.querySelector("text").focus();
9 </script>
10 </svg>