Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 1335552-2.html
blobdad49092de7f39e583051add2afb7278084ec11e
1 <html><head>
2 <meta charset=utf-8>
3 <script>
4 window.onload = function() {
5 let t = document.createElement('div');
6 t.style="writing-mode:sideways-lr; display:table-row-group;";
7 document.body.appendChild(t);
8 let c = document.createElement('col');
9 t.appendChild(c);
11 </script>
12 </head>
13 <body>