<!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>