Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 373611-1.html
blob1479017633b9ae42eb439a442a7e10e78c266a59
1 <html>
2 <head>
3 <script>
5 function boom()
7 document.getElementById("a").style.clear = "right";
10 </script>
11 </head>
13 <body onload="boom();">
15 <div style="display: table;">
16 <div id="a">a</div>
17 <div id="b" style="height: 18000000px;">b</div>
18 <div id="c">c c c</div>
19 </div>
21 </body>
22 </html>