Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/mozilla/364685-1.xhtml - WPT Dashboard Interop Dashboard
<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>