wpt / svg / animations / crashtests / empty-values-list-paced-animation.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/animations/crashtests/empty-values-list-paced-animation.html

<!doctype html>
<svg>
  <rect width="100" height="100" fill="green">
    <animateMotion values=""/>
  </rect>
</svg>