9 lines
369 B
HTML
9 lines
369 B
HTML
|
<html>
|
||
|
<head><meta charset="utf-8"></head>
|
||
|
<body>
|
||
|
<div>MathML table test cases (beyond all the torture-test test cases)</div>
|
||
|
<math display="block"><mtable><mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd><mtd><mi>c</mi></mtd></mtr><mtr><mtd><mi>d</mi></mtd><mtd><mi>e</mi></mtd><mtd><mi>f</mi></mtd></mtr></mtable></math>
|
||
|
<div>End of test</div>
|
||
|
</body>
|
||
|
</html>
|