| Index: LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html
|
| diff --git a/LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html b/LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2cd59850771cf4e4688bbfd9e1d51f666b013052
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<p>Change a fixed positioned child of an otherwise empty multicol container to static positioned.</p>
|
| +<p>Below you should see the word "PASS" with large letter spacing on a yellow background.</p>
|
| +<div style="float:left; width:1em; background:yellow;">P</div>
|
| +<div style="float:left; width:1em; background:yellow;">A</div>
|
| +<div style="float:left; width:1em; background:yellow;">S</div>
|
| +<div style="float:left; width:1em; background:yellow;">S</div>
|
|
|