Backed out 3 changesets (bug 1844563, bug 1906826) for crashes a=backout
[gecko.git] / layout / tables / crashtests / 1183896.html
blob3995ba09f3cb1c575a0ea74c5b22b8dd005fc529
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 function boom()
8 row1.style.textAlign = "left";
11 </script>
12 </head>
13 <body onload="boom();">
15 <table>
16 <tbody>
17 <tr id="row1"></tr>
18 <tr>
19 <td style="position: sticky;"></td>
20 </tr>
21 </tbody>
22 </table>
24 </body>
25 </html>