Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<body onload="boom();">
<script>
function boom()
{
document.getElementById("merror").appendChild(document.getElementById("s"));
}
</script>
<math:merror id="merror"></math:merror>
<span id="s" />
</body>
</html>