tenfourfox/layout/tables/crashtests/350524-1.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

34 lines
385 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<h3>Tables</h3>
<table style="border-collapse: collapse;">
<tbody>
<tr>
<td>td</td>
</tr>
</tbody>
<tbody>
<tr style="visibility: collapse;">
<td colspan="0">td</td>
</tr>
<tr>
<td>td</td>
<td colspan="0">td</td>
</tr>
</tbody>
</table>
</body>
</html>