about summary refs log tree commit diff stats
path: root/test/layout/table-col-width.html
blob: a27bb53068c96ff997b0993776a1d829bd0c2f78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>