| <title>table rowspan colspan</title> |
| <!-- This test verifies support for the rowspan and colspan MathML |
| attributes (corresponding to the rowspan and columnspan attributes |
| <mtable style="position: absolute; left: 0; top: 0;"> |
| <mtd rowspan="2"><mspace width="2em" height="2em" depth="2em" mathbackground="red"/></mtd> |
| <mtd><mspace width="2em" height="2em" mathbackground="green"/></mtd> |
| <mtd><mspace width="2em" height="2em" mathbackground="blue"/></mtd> |
| <mtd><mspace width="2em" height="2em" mathbackground="magenta"/></mtd> |
| <mtd><mspace width="2em" height="2em" mathbackground="cyan"/></mtd> |
| <mtd columnspan="3"><mspace width="6em" height="2em" mathbackground="#eee"/></mtd> |