blob: c329e5729abef98031b713fef90ab1baf6bc7620 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>fixed-height multicol, no balancing</title>
</head>
<body style="color:black; background:white;">
<p>Below there should be a left-aligned blue box.</p>
<div style="color:white;">line</div>
<div style="color:white;">line</div>
<div style="width:5em; color:blue; background:blue;">line</div>
</body>
</html>