Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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> | |
| OLD | NEW |