blob: a6d909fadf60aa7695ddb9389d9566b176c0a277 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Trailing margin in columns, followed by a spanner</title>
</head>
<body>
<p>There should be no scrollbars.</p>
<div style="-webkit-columns:3; columns:3; orphans:1; widows:1; background:blue;">
<div style="margin-bottom:10em;">&nbsp;</div>
<div style="-webkit-column-span:all; column-span:all;">&nbsp;</div>
</div>
</body>
</html>