| Index: LayoutTests/fast/multicol/transform-with-fixedpos-expected.html
|
| diff --git a/LayoutTests/fast/multicol/transform-with-fixedpos-expected.html b/LayoutTests/fast/multicol/transform-with-fixedpos-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0489480ce81a4e0ac06ec74aa7e48d738143d8c3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/transform-with-fixedpos-expected.html
|
| @@ -0,0 +1,4 @@
|
| +<!DOCTYPE html>
|
| +<p>Put a fixed positioned element inside a transform, which will act as a containing block for the fixed-pos.</p>
|
| +<p>There should be a green square below, and no red.</p>
|
| +<div style="width:200px; height:200px; background:green;"></div>
|
|
|