karnaze%netscape.com 2591625fde new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@93004 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-24 20:03:02 +00:00

32 lines
663 B
HTML

<html>
<head></head>
<body>
<form>
<table border="1">
<tr>
<input type="hidden"><!-- these fields are breaking the table -->
<td rowspan="2">5</td>
<td rowspan="2">**</td>
<td>Text text text</td>
<td>&nbsp;</td>
<td>1970</td>
</tr>
<tr>
<td colspan="4">No Holdings Available</td>
</tr>
<tr>
<input type="hidden"><!-- these fields are breaking the table -->
<td rowspan="2">6</td>
<td rowspan="2">**</td>
<td>Text text text</td>
<td>&nbsp;</td>
<td>1970</td>
</tr>
<tr>
<td colspan="4">No Holdings Available</td>
</tr>
</table>
</form>
</body>
</html>