chromium/third_party/blink/web_tests/svg/text/textpath-referencing-text-crash.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <text id="a" font-size="0">
    <textPath xlink:href="#a"></textPath>
  </text>
  <text>Test Passes if there is no crash. See bug https://bugs.webkit.org/show_bug.cgi?id=112078.</text>
  <script>
    if (window.testRunner)
      testRunner.dumpAsText();
  </script>
</svg>