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

9 lines
172 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html><body bgcolor=#c0c0c0>
<table border=5 height=100%>
<tr>
<td>This table is set to a height of 100%. It should just fit the page.</td>
</table>
</body></html>