layout/generic/crashtests/404146-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:3fa1db3d0e72
1 <html>
2 <head>
3 <style>
4
5 .colset {
6 -moz-column-count: 2;
7 -moz-column-width: 50px;
8 float: left;
9 border: 2px solid black;
10 height: 10em;
11 font: 12px monospace;
12 }
13
14 #t {
15 display: inline-block;
16 background: lightgreen;
17 height: 7em;
18 width: 29px;
19 }
20
21 </style>
22 </head>
23
24 <body onload="document.getElementById('t').style.width = '30px';">
25
26 <div class="colset">The quick <span><div id="t"></div>brown</span></div>
27
28 </body></html>

mercurial