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

12 lines
211 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00: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>