Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 980223.html
blobb29a9aea5c977816de305854575cd2ac23da51bb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>#980223 testcase</title>
5 </head>
6 <body>
7 <table>
8 <tbody>
9 <tr>
10 <td style="position:relative;">Test table cell</td>
11 </tr>
12 </tbody>
13 </table>
15 <script>
16 document.body.offsetHeight;
17 document.querySelector('tbody').innerHTML = '';
18 document.body.offsetHeight;
19 </script>
21 </body>
22 </html>