layout/generic/crashtests/400244-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:ba4076f74010
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5
6 #colset {
7 -moz-column-count: 2;
8 -moz-column-gap: 0;
9 border: 2px solid black;
10 height: 12em;
11 }
12
13 #b {
14 margin: 10em 0pt;
15 }
16
17 #i {
18 margin: 12em 0pt;
19 float: left;
20 -moz-appearance: radio-small;
21 }
22
23 </style>
24 </head>
25
26 <body onload="document.getElementById('i').style.padding = '1em 0';">
27
28 <div id="colset"><br id="b"><div id="i"></div></div>
29
30 </body>
31 </html>

mercurial