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