summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/652976-1.svg
blob: 1ca6ee28ec40a1219ebf1bbeb65c6ed123f4a430 (plain)
1
2
3
4
5
6
7
8
9
10
<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>