gecko/content/smil/crashtests/665334-1.svg
Brian Birtles 6497fb9c0c Bug 671749 - Rename incorrectly named SMIL crashtest 665335-1.svg to 665334-1.svg, r=dholbert
--HG--
rename : content/smil/crashtests/665335-1.svg => content/smil/crashtests/665334-1.svg
2011-07-19 09:23:21 +09:00

14 lines
355 B
XML

<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
<script>
function boom()
{
// Remove the first 'a'.
document.documentElement.removeChild(document.getElementById("a"));
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", boom, false);
</script>
<animate id="a"/>
<animate id="a" end="a.begin" />
</svg>