summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/408737-2.html
blob: c4b343867d0f528b3c04c3776f73f7ce6854c333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head><style>
#colset { -moz-column-count: 1; }
#short  { height: 10px;         }
#tall   { height: 100000px;     }
</style></head>
<body>
 <div id="colset">
  <div id="short">
   <div id="tall"></div>
  </div>
 </div>
</body>
</html>