haikuwebkit/LayoutTests/tables/mozilla/bugs/bug29058-1.html

19 lines
207 B
HTML

<html>
<body>
<table width="100%" border="1">
<colgroup>
<col width="25">
<col width="10%">
<col width="1*">
</colgroup>
<tr>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
</table>
</body>
</html>