chromium/third_party/blink/web_tests/fast/multicol/break-before-first-line-in-first-child.html

<!DOCTYPE html>
<script src="../../resources/check-layout.js"></script>
<p>Test that the first block in a multicol container refuses a pagination strut from a line.</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="25" data-offset-x="0" style="margin-top:25px;">
        <div data-offset-y="0" data-offset-x="30" style="display:inline-block; width:30px; height:30px; background:blue;">
    </div>
</div>
<script>
    checkLayout("#multicol");
</script>