haikuwebkit/LayoutTests/fast/multicol/percent-height-expected.html

11 lines
289 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Resolving percent height inside multicol</title>
</head>
<body>
<p>There should be a blue square below.</p>
<div style="width:99px; height:99px; background:blue;"></div>
</body>
</html>