chromium/third_party/blink/web_tests/fast/multicol/balance-line-overflow-expected.html

<!DOCTYPE html>
<p>There should be 5 short vertical lines below.</p>
<div style="width:210px; height:17px;">
    <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
    <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
    <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
    <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
    <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
    <div style="float:left; width:40px; height:100%;"></div>
</div>