Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 1232881-1.html
blob6dc81f8534a0c6fc35409d675101c0859242d76a
1 <!DOCTYPE html>
2 <html style="writing-mode: vertical-rl;" class="reftest-wait">
3 <script>
4 function go() {
5 x.style.paddingRight='900%';
6 setTimeout(done, 0);
8 function done() {
9 document.documentElement.removeAttribute("class");
11 </script>
12 <body onload="go()">
13 <div style="transition-delay: 1ms;" id="x"></div>
14 <div style="position: relative; display: table-header-group;">
15 <div style="float: right; padding-top: 153%;"></div>
16 </div>
17 </body>
18 </html>