chromium/third_party/blink/web_tests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html

<!DOCTYPE html>
<p>
     Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68550">https://bugs.webkit.org/show_bug.cgi?id=68550</a>
     REGRESSION: Crash in LayoutBlockFlow::removeFloatingObjectsBelow()</i>.
</p>
<p>
    The test passes if it does not cause a crash or assertion failure.
</p>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<div style="-webkit-columns:2; columns:2; column-fill:auto; width:200px; height:40px; font-family:ahem; -webkit-font-smoothing:none;">
    <div style="height: 12px;"></div>
    <div>
        Text<br>E
        <div style="width: 6px; height: 6px; float: left; background-color: blue;">
        </div>
    </div>
</div>