layout/generic/crashtests/355426-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:116ae0a2ea38
1 <html>
2 <head>
3
4 <script>
5
6 function foo()
7 {
8 document.getElementById("navish").style.display = "inline-block";
9 }
10 </script>
11
12 </head>
13
14
15 <body onload="foo()">
16
17 <div style="-moz-column-count: 2;">
18 <ol id="ol1" style="height: 30px;">
19 <li>A</li>
20 <li><p id="p3" style="width: 1em;">Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo</p></li>
21 </ol>
22 </div>
23
24 <p id="navish">E</p>
25
26 </body>
27 </html>

mercurial