chromium/third_party/blink/web_tests/svg/text/tspan-outline-multiple-inline-box.svg

<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300">
  <script>
    if (window.testRunner)
      testRunner.dumpAsText();
  </script>
  <text x="100" y="100">
    Passes if no crash with DCHECK_IS_ON().
    &#1500;<tspan style="outline: 1px solid black">&#1490;a</tspan>bc
  </text>
</svg>