mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
345 B
HTML
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> |