blob: bd72eb6b307f28249b304b9a0aa2f40f7e6c8b76 [file] [log] [blame]
<!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>