| Index: LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8381c3052c9079197be8b5b26c0ceb455ea27adf
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<p>Below, the word PASS should be seen twice.</p>
|
| +<div style="width:20em; overflow:hidden;">
|
| + <br>
|
| + <div style="float:left;"><span style="background:green; color:white;">PASS</span></div>
|
| + <br>
|
| + <div style="margin:10px; height:50px;"></div>
|
| + <div style="float:right;"><span style="background:green; color:white;">PASS</span></div>
|
| +</div>
|
|
|