haikuwebkit/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-height...

13 lines
401 B
HTML

<!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>