chromium/third_party/blink/web_tests/svg/dom/symbol-embeddedAnimation.svg

<?xml version="1.0" standalone="no"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <!-- use of animateMotion inside symbol tag should not crash -->
  <use xlink:href="#crash"/>
  <a id="crash">
    <symbol>
      <animateMotion/>
    </symbol>
  </a>

  <text>Survived the crash!</text>
  <script>
  if (window.testRunner)
      testRunner.dumpAsText();
  </script>
</svg>