chromium/third_party/blink/web_tests/fast/block/float/float-not-removed-from-next-sibling4-expected.html

<!DOCTYPE html>
<div style="width: 15px;">
    <div style="position:relative;">
        <div style="-webkit-column-count:3;">
            <img style="float: left; width: 15px; height: 200px; background-color: silver;">
        </div>
        <div style="position:absolute; font-family:Ahem;">
            <a><p>A B C D</p>
        </div>
    </div>
</div>