layout/generic/crashtests/426040-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:21404a8e673e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5
6 div { height: 1px; }
7
8 </style>
9
10 <script type="text/javascript">
11
12 function boom()
13 {
14 var a = document.getElementById("a");
15 a.removeChild(a.firstChild);
16 document.documentElement.style.outline = "none";
17 }
18
19 </script>
20 </head>
21
22 <body onload="boom();">
23
24 <div style="-moz-column-count: 2;" id="a"><div><div style="float: right;"><div></div><span><div></div></span></div></div></div>
25
26 </body>
27
28 </html>

mercurial