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/348709-1.xhtml - WPT Dashboard Interop Dashboard
 
 
<head>
<script>
function foo()
{
  document.getElementById("mtr").appendChild(document.createTextNode("a"));
}
</script>
</head>
<body onload="foo()">
<mrow>↩  <mfenced open="[" close="]">↩    <mtable>↩      <mtr id="mtr">↩         <mtd><mi>x</mi></mtd>↩         <mtd><mi>y</mi></mtd>↩      </mtr>↩    </mtable>↩  </mfenced>↩</mrow>
</math></div>
</body>
</html>