blob: 4d0ca145913497c54aef0735fda1f451021d6c10 [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; height:100%; max-height:200px; background:blue;">
<div style="height:600px;"></div>
</div>
</body>
</html>