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> |