<!DOCTYPE html> | |
<html> | |
<body> | |
Test for WK110704: This test passes if it does not crash. | |
<svg xmlns="http://www.w3.org/2000/svg"> | |
<animateTransform accumulate="sum" attributeName="transform" dur="0.01s" repeatCount="indefinite" type="translate" values="1 2; 3 4; a"> | |
</svg> | |
<script> | |
if (window.testRunner) { | |
testRunner.waitUntilDone(); | |
testRunner.dumpAsText(); | |
} | |
setTimeout(function() { | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
}, 0.02); | |
</script> | |
</body> | |
</html> |