blob: e8f95f599edf61d5a972fd5afac7d74185e4711b [file] [log] [blame]
<!DOCTYPE html>
<svg xmlns="http://www.w3.org/2000/svg">
<circle>
<animateMotion calcMode="discrete" keyPoints="0.8" keyTimes="0" to="3"/>
</circle>
</svg>
<p>PASS if WebKit does not crash in debug.</p>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
window.onload = function() {
testRunner.notifyDone();
};
}
</script>