Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / textpath-referencing-text-crash.svg
blobe4d3d9c2f65296d7540a260d491216d4f2d8e508
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <text id="a" font-size="0">
3 <textPath xlink:href="#a"></textPath>
4 </text>
5 <text>Test Passes if there is no crash. See bug https://bugs.webkit.org/show_bug.cgi?id=112078.</text>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 </svg>