summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/378240-1.html
blob: 3030280809053ab0ef363757f1189fdfd9127bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>