chromium/third_party/blink/web_tests/fast/multicol/out-of-flow/abspos-auto-position-small-on-line-at-boundary-expected.html

<!DOCTYPE html>
<p>There should be a hotpink square below.</p>
<div style="line-height:20px; margin-top:100px; margin-left:7em;">
    <div style="float:left;">&nbsp;&nbsp;</div>
    <div style="float:left; width:15px; height:15px; background:hotpink;"></div>
</div>