blob: 30abf42f0186fcaac2738095f6b545b45799acce [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<g>
<text>Passes if we did not debug assert.</text>
<animate attributeName="class" dur="20ms" values="box; circle" onbegin="animationStarted()"/>
<animate attributeName="class" dur="20ms" values="box; circle"/>
</g>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function animationStarted() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</svg>