| Index: LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html
|
| diff --git a/LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html b/LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html
|
| index 77d8c15a36c3831421d4e2dd91ae0a07be4e439a..3caf8c1563b3f4210937ffa083c4d2441e20d781 100644
|
| --- a/LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html
|
| +++ b/LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| <body style="-webkit-writing-mode: vertical-rl">
|
| -<div id="tests" style="-webkit-column-count:2; width:300px; height:600px; -webkit-column-gap:0">
|
| +<div id="tests" style="-webkit-column-count:2; -webkit-column-gap:0; column-count:2; column-gap:0; column-fill:auto; width:300px; height:600px;">
|
| <div style="width:280px"></div>
|
| <div id="f1" style="border:5px solid black; float:left">
|
| <img style="display:block;height:140px;width:80px;">
|
|
|