blob: 22f7bda930e32f26ca9fd7842673f09cdc4d2f7c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Multicol with unresolvable percentage height</title>
</head>
<body>
<p>There should be a blue square below, and no unnecessary scrollbar.</p>
<div style="-webkit-columns:2; columns:2; width:200px; max-height:100%; height:200px; background:blue;">
<div style="height:600px;"></div>
</div>
</body>
</html>