Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/animations/crashtests/firefox-bug-1949899.html - WPT Dashboard Interop Dashboard
<script>
function go() {
a.setAttribute("repeatDur", "indefinite")
a.setAttribute("fill", "freeze")
}
</script>
<body onload="go()">
<svg>
<animateMotion id="a" min="300ms" repeatDur="0s">