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

Unified 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, 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
Index: LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html
diff --git a/LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html b/LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a276bff3f6abeef16b4babed622e3ba93deb9896
--- /dev/null
+++ b/LayoutTests/fast/multicol/unbreakable-block-too-tall-at-column-start-expected.html
@@ -0,0 +1,7 @@
+<!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="float:right; width:50%; height:100px; overflow:hidden;">
+ <img src="resources/blimp.png" style="display:block; height:101px;">
+</div>
« 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