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/html/crashtests/495543.svg
<script type="text/javascript">
function boom()
{
var htmlBody = document.createElementNS("http://www.w3.org/1999/xhtml", "body");
document.documentElement.appendChild(htmlBody);
htmlBody.setAttribute('vlink', "transparent");
document.height;
document.vlinkColor;
}
window.addEventListener("load", boom, false);
</script>
</svg>