summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html
blob: b3fa3e5034e5aa130c9753ad9442aa3aa6454ae4 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<p>There should be a centered thin black line below.</p>
<div style="-webkit-columns:5; -webkit-column-gap:0; column-fill:auto; height:100px;">
    <div style="height:200px;"></div>
    <div style="position:relative; height:0.9px; background:black;"></div>
</div>