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/397518-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<script>
function boom()
{
var span = document.getElementById("s");
span.appendChild(newSpan);
}
</script>
</head>
<body onload="boom();">
<math:math><span id="s"><div/></span></math:math>
</body>
</html>