Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Side by Side Diff: LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html

Issue 1318653004: Never move unbreakable blocks that are at the top of a column / page. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start.html ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698