RetroZilla/layout/html/tests/table/bugs/bug110566.html

12 lines
236 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<HEAD></HEAD>
<BODY><table border=1 cellspacing=0 style="height: 100%">
<tr style="height: 70%">
<td>height: 70%</td>
</tr>
<tr style="height: 30%">
<td>height: 30%</td>
</tr>
</table></BODY>
</HTML>