Mypal/dom/smil/crashtests/669225-1.svg

22 lines
333 B
XML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript">
<![CDATA[
function boom()
{
document.documentElement.appendChild(document.getElementById("a"));
}
window.addEventListener("load", boom, false);
]]>
</script>
<animate end="a.begin" id="a"/>
<animate end="a.begin" id="a"/>
</svg>