Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script>
function boom()
{
document.getElementById("tree").firstChild.data = "xyz";
}
</script>
</head>
<body onload="boom();">
<xul:tree id="tree">a</xul:tree>
</body>
</html>