| Index: LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html
|
| diff --git a/LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html b/LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a277d1c90c7cd4018b3cd89627e49e10443f1684
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + .column { float:left; width:1em; }
|
| +</style>
|
| +<p>Test that we establish two column rows for the contents of an inner multicol container that
|
| + crosses a column boundary in the outer multicol container.</p>
|
| +<p>The word "PASS" should be seen below, with large letter spacing, and no red.</p>
|
| +<div style="line-height:2em;">
|
| + <div class="column">P</div>
|
| + <div class="column">A</div>
|
| + <div class="column">S</div>
|
| + <div class="column">S</div>
|
| +</div>
|
|
|