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/243159-2.xhtml - WPT Dashboard Interop Dashboard
 
 
      <body onload="run()">
      <mathml:math id="test" style="display: block">
      </mathml:math>
<script>
  function run() {
                                      "mtable");
                                      "mtable");
                                      "mtr");
                                      "mtr");
    var test =
    t1.appendChild(r1);
    test.appendChild(t1);
    test.appendChild(t2);
    t2.appendChild(r2);
  }
</script>
</body>
</html>