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/413063-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<script type="text/javascript">
function boom()
{
var mtd = document.getElementById("mtd");
var nt = document.createTextNode("foo");
ns.appendChild(nt);
mtd.appendChild(ns);
mtd.setAttribute("rowspan", "0");
}
</script>
</head>
<body onload="boom();"><m:mtd id="mtd" style="display: table-footer-group"><m:mi /></m:mtd></body>
</html>