summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html
blob: f4ea65434a9ec8fe38fde010127f180dde315cbd (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<script src="../../resources/check-layout.js"></script>
<p>Test that the pagination strut isn't lost when it happens on the first block in a multicol container.</p>
<p>There should be a blue square below.</p>
<div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:60px; height:40px; line-height:30px;">
    <div data-offset-y="0" data-offset-x="30" style="margin-top:25px; background:blue;"><br></div>
</div>
<script>
    checkLayout("#multicol");
</script>