fantasai.cvs%inkedblade.net f493b19190 consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
git-svn-id: svn://10.0.0.236/trunk@250437 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-18 07:40:37 +00:00

15 lines
242 B
HTML

<html>
<head><style>
#colset { -moz-column-count: 1; }
#short { height: 0px; }
#tall { height: 10000px; }
</style></head>
<body>
<div id="colset">
<div id="short">
<div id="tall"></div>
</div>
</div>
</body>
</html>