chromium/third_party/blink/web_tests/svg/animations/smil-setcurrenttime-crash.svg

<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
  <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=91326 -->
  <rect>
    <animate attributeName="fill" begin="1s; 10s" dur="3s" fill="freeze" values="#000;#fff"/>
  </rect>
  <text>PASS: not crashing.</text>

  <script>
    if (window.testRunner)
      testRunner.dumpAsText();

    document.documentElement.setCurrentTime(5);
  </script>
</svg>