| Index: LayoutTests/fast/multicol/composited-relpos-clipped-expected.html
|
| diff --git a/LayoutTests/fast/multicol/composited-relpos-clipped-expected.html b/LayoutTests/fast/multicol/composited-relpos-clipped-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..be5b950708208f3cae0346618bde84f5d79db024
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/composited-relpos-clipped-expected.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be two yellow boxes below, on a blue background.</p>
|
| +<div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;">
|
| + <div style="position:absolute; z-index:-1; left:0; right:0; height:13em; background:blue;"></div>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <div style="margin:0.5em; background:yellow;">
|
| + first<br>
|
| + column<br>
|
| + second<br>
|
| + column<br>
|
| + </div>
|
| +</div>
|
|
|