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/347506-1.xhtml - WPT Dashboard Interop Dashboard
<body>
<mtable>
<mtr>
<mtd><mi>x</mi></mtd>
<mtd rowspan="4" columnspan="4"><mi>y</mi></mtd>
</mtr>
<mtr>
<mtd rowspan="0" columnspan="0"><mi>z</mi></mtd>
<mtd><mi>w</mi></mtd>
</mtr>
</mtable>
</math></div>
</body>
</html>