| Index: LayoutTests/fast/multicol/positioned-split.html
|
| diff --git a/LayoutTests/fast/multicol/positioned-split.html b/LayoutTests/fast/multicol/positioned-split.html
|
| deleted file mode 100644
|
| index d869f08e544bc8b46604485c7ead478dede3a853..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/positioned-split.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<div style="-webkit-column-count:2; column-count:2; column-fill:auto; border:2px solid black; height:300px;">
|
| -<div style="height:250px"></div>
|
| -<div style="position:relative">
|
| -<div style="position:absolute;height:200px;width:300px;background-color:lightgray">
|
| -This text should paginate across the columns.<br>
|
| -This text should paginate across the columns.<br>
|
| -This text should paginate across the columns.<br>
|
| -This text should paginate across the columns.<br>
|
| -This text should paginate across the columns.<br>
|
| -</div>
|
| -</div>
|
| -<div style="height:250px"></div>
|
| -</div>
|
|
|