Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / unbreakable-block-too-tall-at-column-start-expected.html
bloba276bff3f6abeef16b4babed622e3ba93deb9896
1 <!DOCTYPE html>
2 <p>Test that an unbreakable block at the top of a column that's too tall for the column isn't moved
3 to the next column, since that would just leave one column completely blank.</p>
4 <p>There should be a blimp below.</p>
5 <div style="float:right; width:50%; height:100px; overflow:hidden;">
6 <img src="resources/blimp.png" style="display:block; height:101px;">
7 </div>