Add crashtests

git-svn-id: svn://10.0.0.236/trunk@242436 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-01-05 07:01:34 +00:00
parent 02445d16d9
commit 5e4ce0794f
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<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>

View File

@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
<tr>
<td>x</td>
<td rowspan="4" colspan="4">y</td>
</tr>
<tr>
<td rowspan="0" colspan="0">z</td>
<td>w</td>
</tr>
</table>
</body>
</html>

View File

@@ -8,6 +8,8 @@ load 331690-1.html
load 339315-1.html
load 341227-1.xhtml
load 343588-1.xhtml
load 347506-1.xhtml
load 347506-2.xhtml
load 347725-1.xhtml
load 350524-1.xhtml
load 351328-1.xhtml