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

12 lines
211 B
HTML
Raw Normal View History

2007-12-16 21:56:48 -08:00
<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>