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

Side by Side Diff: LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start.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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:10 0px; overflow:hidden;">
6 <div style="height:100px;"></div>
7 <img src="resources/blimp.png" style="display:block; height:101px;">
8 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698