| Index: LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/height-decrease-expected.html b/LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
|
| similarity index 51%
|
| copy from LayoutTests/fast/multicol/span/height-decrease-expected.html
|
| copy to LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
|
| index 458c75ba118f8cdfcf2aad6836b2c33f2006029c..7311b0b8c343bf6d5e6eab16feec34cb866fab90 100644
|
| --- a/LayoutTests/fast/multicol/span/height-decrease-expected.html
|
| +++ b/LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
|
| @@ -1,3 +1,3 @@
|
| <!DOCTYPE html>
|
| <p>There should be a blue <em>square</em> below.</p>
|
| -<div style="width:9em; height:9em; background:blue;"></div>
|
| +<div style="width:100px; height:100px; background:blue;"></div>
|
|
|