chromium/third_party/blink/web_tests/svg/animations/svg-two-animate-elements-crash-expected.svg

<svg xmlns="http://www.w3.org/2000/svg">
  <!-- 
    Test for WK86385 - This test passes if it doesn't crash.
    This test has two animations running simultaneously where
    the first animation ends before the second. At the end of
    the test the green circle should be hidden behind a 100x100
    green square in the top-left corner.
  -->
  <ellipse cx="50" cy="50" rx="20" ry="20" fill="green"/>
  <rect width="100" height="100" x="0" y="0" fill="green"/>
</svg>