Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-outline-expected.svg
blob7422d790874ac25449939dbcfcb3af14ab369f44
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 SVGTextElement]</text>
7 <script>
8 document.querySelector("text").focus();
9 </script>
10 </svg>