Files
Mozilla/mozilla/parser/htmlparser/tests/html/col014.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

22 lines
345 B
HTML

<html>
<body>
test COLGROUP at the end of the table
<br> MS IE4.0 ignores it.
<TABLE border>
<tr>
<td>cell 1-1
<td>cell 1-2
<td>cell 1-3
<td>cell 1-4
<tr>
<td>cell 2-1
<td>cell 2-2
<td>cell 2-3
<td>cell 2-4
<COLGROUP span="2" width="150">
<COLGROUP span="2" width="0*">
</table>
last text
</body>
</html>