blob: fd7c62f34c5c451a4daca9959bb4459eb5547893 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Resolving percent height inside multicol</title>
<script>
if (window.internals)
internals.settings.setRegionBasedColumnsEnabled(true);
</script>
</head>
<body>
<p>There should be a blue square below.</p>
<div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; width:99px; height:99px;">
<div style="height:300%; background:blue;"></div>
</div>
</body>
</html>