| Index: LayoutTests/fast/multicol/dynamic/relayout-abspos-in-relpos-spanner-expected.html
|
| diff --git a/LayoutTests/fast/multicol/dynamic/relayout-abspos-in-relpos-spanner-expected.html b/LayoutTests/fast/multicol/dynamic/relayout-abspos-in-relpos-spanner-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f9b7a053ed3df7679e79daa8d4c86c7ccc9df998
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/dynamic/relayout-abspos-in-relpos-spanner-expected.html
|
| @@ -0,0 +1,4 @@
|
| +<!DOCTYPE html>
|
| +<p>Relayout an aboslutely positioned object whose containing block is a column-span:all object.</p>
|
| +<p>There should be a green <em>square</em> below, and no red.</p>
|
| +<div id="elm" style="position:absolute; width:10em; height:10em; background:green;"></div>
|
|
|