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/svg/crashtests/1035248-1.svg
<script>
function boom()
{
var outer = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
var inner = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
inner.setAttributeNS(null, "style", "display: table-row-group;");
outer.appendChild(inner);
document.removeChild(document.documentElement);
document.appendChild(outer);
}
window.addEventListener("load", boom, false);
</script>
</svg>