| Index: LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html
|
| diff --git a/LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html b/LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..240cbc8920c7124bf901585bfae53d5d0f9b4921
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<div style="width: 15px;">
|
| + <div style="position:relative;">
|
| + <div style="-webkit-column-count:3;">
|
| + <img style="float: left; width: 15px; height: 200px; background-color: silver;">
|
| + </div>
|
| + <div style="position:absolute; font-family:Ahem;">
|
| + <a><p>A B C D</p>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|