| Index: LayoutTests/fast/multicol/vertical-lr/float-paginate.html
|
| diff --git a/LayoutTests/fast/multicol/vertical-lr/float-paginate.html b/LayoutTests/fast/multicol/vertical-lr/float-paginate.html
|
| index 61b39f164d557b829887c81767ed19067c2abe8b..6caf0ef2408d6557053d06f164f660359e8ce642 100644
|
| --- a/LayoutTests/fast/multicol/vertical-lr/float-paginate.html
|
| +++ b/LayoutTests/fast/multicol/vertical-lr/float-paginate.html
|
| @@ -1,13 +1,15 @@
|
| -<body style="-webkit-writing-mode:vertical-lr; height:1200px">
|
| -<div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; width:400px;">
|
| +<!DOCTYPE html>
|
| +<body style="-webkit-writing-mode:vertical-lr;">
|
| +<div style="-webkit-columns: 2; -webkit-column-gap: 20px; border:2px solid black; line-height: 20px;">
|
| This is some text.<br>
|
| This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| This is some text.<br>This is some text.<br>This is some text.<br>
|
| -<img style="float:left;width:300px;height:250px;background-color:green;display:block">
|
| +<img style="float:left;width:320px;height:150px;background-color:green;display:block">
|
| This is some text.<br>
|
| This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>
|
| +This is some text.<br>This is some text.<br>This is some text.<br>This is some text.
|
| +</div>
|
| +</body>
|
|
|