Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/smil/crashtests/crashtests.list
<?xml version="1.0"?>
class="reftest-wait"
onload="go()">
<script>
function go() {
// setCurrentTime to force a sample
document.documentElement.setCurrentTime(2);
document.documentElement.removeAttribute("class");
}
</script>
<rect fill="teal" x="50" y="50" width="20" height="20">
<animateTransform attributeName="transform" type="rotate" by="30"
calcMode="paced" dur="4s"/>
</rect>
</svg>