Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<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();">ۀ<svg:svg id="s"><svg:rect id="r"/></svg:svg></body>↩
↩
</html>↩