karnaze%netscape.com 4342f1e679 new regression test
git-svn-id: svn://10.0.0.236/trunk@59355 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 03:28:24 +00:00

40 lines
726 B
HTML

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>Table Test</title>
</head>
<body>
&nbsp;
<table BORDER CELLSPACING=2 CELLPADDING=2 >
<tbody>
<tr VALIGN=TOP>
<td VALIGN=TOP COLSPAN="0">Colspan=0</td>
</tr>
<tr VALIGN=TOP>
<td VALIGN=TOP>Cell 2</td>
<td VALIGN=TOP>Cell 3</td>
<td VALIGN=TOP>Cell 4</td>
</tr>
</tbody>
</table>
<BR>
<table BORDER CELLSPACING=2 CELLPADDING=2 >
<tbody>
<tr VALIGN=TOP>
<td VALIGN=TOP>Cell 2</td>
<td VALIGN=TOP>Cell 3</td>
<td VALIGN=TOP>Cell 4</td>
</tr>
<tr VALIGN=TOP>
<td VALIGN=TOP COLSPAN="0">Colspan=0</td>
</tr>
<tr VALIGN=TOP>
<td VALIGN=TOP>Cell 5</td>
<td VALIGN=TOP>Cell 6</td>
<td VALIGN=TOP>Cell 7</td>
</tr>
</tbody>
</table>
</body>
</html>