| Index: LayoutTests/fast/multicol/vertical-rl/float-paginate.html
|
| diff --git a/LayoutTests/fast/multicol/vertical-rl/float-paginate.html b/LayoutTests/fast/multicol/vertical-rl/float-paginate.html
|
| index ed3b04ad68c92dbe6867fa28ff5683ee0179f309..080d779dbb916123f3fc7354b6df52a3bece6946 100644
|
| --- a/LayoutTests/fast/multicol/vertical-rl/float-paginate.html
|
| +++ b/LayoutTests/fast/multicol/vertical-rl/float-paginate.html
|
| @@ -1,13 +1,14 @@
|
| -<body style="-webkit-writing-mode:vertical-rl; 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-rl;">
|
| +<div style="-webkit-columns: 2; column-fill:auto; -webkit-column-gap: 20px; border:2px solid black;">
|
| 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:300px;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.
|
| +</body>
|
|
|