chromium/third_party/blink/web_tests/fast/multicol/span/inside-block-with-fixed-height-expected.html

<!DOCTYPE html>
<p>Spanner inside block with fixed height. There's unused space in the column where the spanner occurs.</p>
<p>There should be a blue square below.</p>
<div style="overflow:hidden;">
    <div style="margin-top:5em; width:4em; height:4em; background:blue;"></div>
</div>