blob: 2dba3f25fd31efaa623fde86e43671402105c3b3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Leading and trailing margin</title>
</head>
<body>
<p>There should be no scrollbars.</p>
<div style="-webkit-columns:3; columns:3;">
<div style="margin-top:1em; margin-bottom:10em;">&nbsp;</div>
</div>
</body>
</html>