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/428228-1.svg
<head>↩
<script type="text/javascript">↩
// Test that removing a direct child element of an SVG <svg> doesnt' crash:↩
function boom()↩
{↩
document.getElementById("s").removeChild(document.getElementById("r"));↩
}↩
</script>↩
</head>↩
<body onload="boom();">&#x06C0;<svg:svg id="s"><svg:rect id="r"/></svg:svg></body>↩
</html>↩