Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: gfx/tests/crashtests/crashtests.list
<head>
<script>
function boom()
{
document.getElementById("tree").firstChild.data = "xyz";
}
</script>
</head>
<body onload="boom();">
<xul:tree id="tree">a</xul:tree>
</body>
</html>