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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start.html
diff --git a/LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start.html b/LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start.html
new file mode 100644
index 0000000000000000000000000000000000000000..dd756fd3ba64e8aab51d3bf19e85ce3c311bd524
--- /dev/null
+++ b/LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<p>Test that an unbreakable block at the top of a column that's too tall for the column isn't moved
+ to the next column, since that would just leave one column completely blank.</p>
+<p>There should be a blimp below.</p>
+<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:100px; overflow:hidden;">
+ <div style="height:100px;"></div>
+ <img src="resources/blimp.png" style="display:block; height:101px;">
+</div>
« 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