karnaze%netscape.com e7c24ea142 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@103948 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-27 16:15:46 +00:00

35 lines
819 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
</title>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="1">
<tr>
<td bgcolor="#CCCCCC" rowspan="3">
&nbsp;
</td>
<td>
This row has two cells with rowspans and a middle cell.
</td>
<td bgcolor="#CCCCCC" rowspan="3">
&nbsp;
</td>
</tr>
<tr>
<td bgcolor="#0000FF">
This cell is coloured blue.
</td>
</tr>
<tr bgcolor="#FF0000">
<td>
This row is coloured red.
</td>
</tr>
</table>
</body>
</html>