| Index: LayoutTests/fast/multicol/overflow-content.html
|
| diff --git a/LayoutTests/fast/multicol/overflow-content.html b/LayoutTests/fast/multicol/overflow-content.html
|
| index 10f7e925c7ef07cd4f478c8c456387936f123eb1..f9fdf71b6101c5a7aa328be24603245d2b106f26 100644
|
| --- a/LayoutTests/fast/multicol/overflow-content.html
|
| +++ b/LayoutTests/fast/multicol/overflow-content.html
|
| @@ -5,6 +5,10 @@
|
| -webkit-border-after: 15px solid;
|
| -webkit-column-count: 2;
|
| -webkit-column-gap: 0;
|
| + -webkit-column-fill: auto;
|
| + column-count: 2;
|
| + column-gap: 0;
|
| + column-fill: auto;
|
| background-color: lightblue;
|
| }
|
| div.container {
|
|
|