| Index: LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| diff --git a/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1b90395f483cfce546ed01ad38f930cca7594042
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| @@ -0,0 +1,23 @@
|
| +<!DOCTYPE html>
|
| +<p>Below, the word PASS should be seen twice.</p>
|
| +<div style="-webkit-columns:3; -webkit-column-gap:1em; width:20em;">
|
| + <br>
|
| + <div style="position:relative;">
|
| + <span style="background:green; color:green;">PASS</span>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <div style="-webkit-column-span:all; margin:10px; height:50px;">
|
| + <div style="position:absolute; top:0; left:0; color:white;">PASS</div>
|
| + <div style="position:absolute; bottom:0; right:0; color:white;">PASS</div>
|
| + </div>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <div style="text-align:right;">
|
| + <span style="background:green; color:green;">PASS</span>
|
| + </div>
|
| + </div>
|
| + <br>
|
| +</div>
|
|
|