Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / less-than-one-pixel-tall-layer-at-column-top.html
blobb3fa3e5034e5aa130c9753ad9442aa3aa6454ae4
1 <!DOCTYPE html>
2 <p>There should be a centered thin black line below.</p>
3 <div style="-webkit-columns:5; -webkit-column-gap:0; column-fill:auto; height:100px;">
4 <div style="height:200px;"></div>
5 <div style="position:relative; height:0.9px; background:black;"></div>
6 </div>