chromium/third_party/blink/web_tests/svg/animations/animateTransform-list-crash-2.html

<!DOCTYPE html>
<svg transform="rotate(-90)">
  <animateTransform attributeName="transform" type="rotate" to="90"/>
</svg>
<p>PASS</p>
<script>
if (window.testRunner) {
  testRunner.waitUntilDone();
  testRunner.dumpAsText();

  window.onload = function() {
    testRunner.notifyDone();
  };
}
</script>