Bug 1881621 - Add colors/color_canvas.html tests to dom/canvas/test/reftest. r=bradwerth
[gecko.git] / layout / tables / crashtests / 378240-1.html
blob3030280809053ab0ef363757f1189fdfd9127bf9
1 <html>
2 <body onload="document.getElementById('table').style.position = 'fixed';">
4 <table id="table" border="1">
5 <tr>
6 <td>td</td>
7 <caption>caption</caption>
8 </tr>
9 </table>
11 </body>
12 </html>