Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<script>
window.addEventListener("load", function() {
setTimeout(function() {
document.getElementById("a").style.MozAnimationName = "a";
}, 0);
}, false);
</script>
<rect id="a"><animate attributeName="fill" by="#AAF573"/></rect>
</svg>