Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / leading-margin.html
blob11ee4f93336995db179ab9d6ecc9d30818e3ff07
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Leading margins</title>
5 <style>
6 .test { margin-top:100px; border:2px solid transparent; }
7 </style>
8 </head>
9 <body>
10 <p>There should be no scrollbars.</p>
11 <div style="-webkit-column-count:2; column-count:2;">
12 <div class="test"></div>
13 <div class="test"></div>
14 <div class="test"></div>
15 </div>
16 </body>
17 </html>