about summary refs log blame commit diff stats
path: root/test/layout/table-height.html
blob: 16b2acfe42ec2b193f4216986ee3d395849a0f4e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                           
<table height=1>
<tr><td>
test<br>
test<br>
test
</td></tr>
</table>
after table
<table style="height: 5em">
<tr><td>
test<br>
test<br>
test
</td></tr>
</table>
after table 2