Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/dom/smil/crashtests/547333-1.svg
<?xml version="1.0"?>
class="reftest-wait">
<script type="text/javascript">
<![CDATA[
function boom()
{
document.getElementsByTagName("animate")[0].setAttributeNS(null, "attributeName", "font-size");
document.getElementsByTagName("text")[0].setAttributeNS(null, "fill", "green");
document.documentElement.removeAttributeNS(null, "x");
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", boom, false);
]]>
</script>
<text>abc<animate/></text>
</svg>