blob: 4dc65cde2dbfdcbc5046a403306cc639aa5be6de [file] [log] [blame]
<!DOCTYPE html>
<svg transform="rotate(-90)">
<animateTransform attributeName="transform" type="rotate" to="90"/>
</svg>
<p>PASS</p>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
window.onload = function() {
testRunner.notifyDone();
};
}
</script>