Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / leading-and-trailing-margin.html
blob2dba3f25fd31efaa623fde86e43671402105c3b3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Leading and trailing margin</title>
5 </head>
6 <body>
7 <p>There should be no scrollbars.</p>
8 <div style="-webkit-columns:3; columns:3;">
9 <div style="margin-top:1em; margin-bottom:10em;">&nbsp;</div>
10 </div>
11 </body>
12 </html>