| <svg xmlns="http://www.w3.org/2000/svg"> | |
| <g> | |
| <animateMotion to="0" calcMode="linear" keyPoints="0"/> | |
| <animateMotion dur="10s" from="50" to="100" calcMode="spline" keyPoints="0;0;0;0" keyTimes="0;0;0;0" keySplines="0"/> | |
| </g> | |
| <text>Excellent - did not crash. See bug https://bugs.webkit.org/show_bug.cgi?id=35606</text> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </svg> |