summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block-expected.html
blob: 7c4b0daf1e2b75169b0a61f56052523bba390c00 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<p>There should be three vertical lines below.</p>
<div style="height:50px;">
    <div style="float:left; height:100%; width:50px; padding-right:3px; border-right:3px solid;"></div>
    <div style="float:left; height:100%; width:50px; padding:0 3px; border-right:3px solid;"></div>
    <div style="float:left; height:100%; width:50px; padding:0 3px; border-right:3px solid;"></div>
</div>