| Index: LayoutTests/fast/multicol/unbreakable-block-too-tall-to-fit-expected.html
|
| diff --git a/LayoutTests/fast/multicol/unbreakable-block-too-tall-to-fit-expected.html b/LayoutTests/fast/multicol/unbreakable-block-too-tall-to-fit-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b280f9222f6dcdcaae4984508c2dc19895a7fee
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/unbreakable-block-too-tall-to-fit-expected.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + span { float:left; width:1em; }
|
| +</style>
|
| +<p>An unbreakable block that doesn't fit in the current column (that has preceding content) should be moved to the next column, even if the block is taller than the multicol container.</p>
|
| +<p>Below the word "PASS" should be seen, with large letter spacing.</p>
|
| +<span>P</span><span>A</span>
|
| +<span>S</span><span>S</span>
|
|
|