RetroZilla/layout/html/tests/table/bugs/bug221784-1.html

10 lines
131 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<div style="position:absolute;">
<table height="100%" border>
<tr><td>test</td></tr>
</table>
</div>
</body>
</html>