karnaze%netscape.com b74d73db50 new regression tests
git-svn-id: svn://10.0.0.236/trunk@56218 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 18:55:07 +00:00

28 lines
383 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" >
<html>
<head>
<title>col_span</title>
</head>
<body>
<p>The background color should span all columns</p>
<table border>
<colgroup>
<col span="4" style="background-color: lime">
</colgroup>
<tr>
<td>Column 1, row 1
</td>
<td>Column 2, row 1
</td>
<td>Column 3, row 1
</td>
<td>Column 4, row 1
</td>
</tr>
</table>
</body>
</html>