layout/generic/crashtests/499857-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:9c6a6116a8be
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head>
4 <style type="text/css">
5
6 #relleft {
7 float: left;
8 width: 290px;
9 margin: 15px 0 0 0;
10 }
11
12 #fl:first-line { }
13
14 #cols { -moz-column-width: 4503599627370497mm; }
15
16 </style>
17
18 <script type="text/javascript">
19
20 function boom()
21 {
22 document.getElementById("x").setAttribute("id", "cols");
23 document.getElementById("fl").firstChild.splitText(1);
24 }
25
26 </script>
27 </head>
28
29 <body onload="boom();">
30 <div id="x"><div id="relleft"></div><div id="fl">
31 a b c d</div></div>
32 </body>
33 </html>

mercurial