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/layout/svg/crashtests/655025-3.svg
<script>
var a = document.createElementNS("http://www.w3.org/2000/svg", "text");
a.appendChild(document.createTextNode(""));
document.documentElement.appendChild(a);
a.getNumberOfChars();
document.documentElement.removeChild(a);
</script>
</svg>