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/empty-values-list-paced-animation.html - WPT Dashboard Interop Dashboard
<!doctype html>
<svg>
<rect width="100" height="100" fill="green">
<animateMotion values=""/>
</rect>
</svg>