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-2.svg
<script>
window.addEventListener("load", function() {
var div = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');
var tr = document.createElementNS('http://www.w3.org/1999/xhtml', 'tr');
tr.style.display = "table-row";
document.removeChild(document.documentElement);
div.appendChild(tr);
document.appendChild(div);
}, false);
</script>
</svg>