Dactyloidae/layout/tables/crashtests/378240-1.html

12 lines
200 B
HTML
Raw Normal View History

<html>
<body onload="document.getElementById('table').style.position = 'fixed';">
<table id="table" border="1">
<tr>
<td>td</td>
<caption>caption</caption>
</tr>
</table>
</body>
</html>