| Index: LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html
|
| diff --git a/LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html b/LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cc874337ac6b0bcedaac179b40efed850bc475d7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<p>The word "PASS" should be seen below.</p>
|
| +<div id="outer" style="position:relative; height:200px;">
|
| + <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
|
| + <div id="newContainingBlock" style="position:relative;">
|
| + <div style="position:absolute; top:0; left:0; right:0; bottom:0;">
|
| + P<br>
|
| + A<br>
|
| + S<br>
|
| + S<br>
|
| + </div>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|