about summary refs log blame commit diff stats
path: root/test/layout/table-col-width.html
blob: a27bb53068c96ff997b0993776a1d829bd0c2f78 (plain) (tree)


















                                                     
<table>
<tr><td bgcolor=red>test</td></tr>
<tr><td bgcolor=red>a</td></tr>
</table>

<table>
<tr><td bgcolor=red style="width: 5ch">test</td></tr>
<tr><td bgcolor=red>a</td></tr>
</table>

<table>
<tr><td bgcolor=red>test</td></tr>
<tr><td bgcolor=red style="width: 5ch">a</td></tr>
</table>

<table>
<tr><td bgcolor=red style="width: 1ch">test</td></tr>
<tr><td bgcolor=red style="width: 5ch">a</td></tr>
</table>