| Index: LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html
|
| diff --git a/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html b/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c1335d86a70dbc212baf729fde461c75b1f23cd4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<p>Test that a paged container in vertical writing mode shrinks to fit within its containing block.</p>
|
| +<p>There should be a yellow rectangle below, and the word 'PASS' should be seen in the bottom left corner.</p>
|
| +<div style="position:relative; height:300px; background:yellow;">
|
| + <div style="position:absolute; height:1.2em; bottom:0;">PASS</div>
|
| +</div>
|
|
|