tenfourfox/layout/style/crashtests/652976-1.svg
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
287 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<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>