haikuwebkit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-auto.html

15 lines
514 B
HTML

<!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="-webkit-columns:3; -webkit-column-fill:auto; columns:3; column-fill:auto; height:10em; orphans:1; widows:1;">
<div style="color:white;">line</div>
<div style="color:white;">line</div>
<div style="width:5em; color:blue; background:blue;">line</div>
</div>
</body>
</html>