1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/665334-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait"> 1.5 +<script> 1.6 +function boom() 1.7 +{ 1.8 + // Remove the first 'a'. 1.9 + document.documentElement.removeChild(document.getElementById("a")); 1.10 + document.documentElement.removeAttribute("class"); 1.11 +} 1.12 +window.addEventListener("load", boom, false); 1.13 +</script> 1.14 +<animate id="a"/> 1.15 +<animate id="a" end="a.begin" /> 1.16 +</svg>