chromium/third_party/blink/web_tests/svg/custom/stop-crash.svg

<svg xmlns="http://www.w3.org/2000/svg">
  <stop/>
  <script>
  if (window.testRunner)
     testRunner.dumpAsText();
  </script>
  <text x="10" y="25">PASS -- if this test doesn't crash it passes.</text>
</svg>