Make sure all files that should be present are present.
This commit is contained in:
8
test/html/math-table.html
Normal file
8
test/html/math-table.html
Normal file
@ -0,0 +1,8 @@
|
||||
<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>
|
Reference in New Issue
Block a user