| Index: LayoutTests/fast/multicol/overflow-content-expected.html
|
| diff --git a/LayoutTests/fast/multicol/overflow-content-expected.html b/LayoutTests/fast/multicol/overflow-content-expected.html
|
| index 70630de24912fc3e177dcb847446d6d97f188f3d..33b26f52e14bb17eceb02a9947c076c33089aa1f 100644
|
| --- a/LayoutTests/fast/multicol/overflow-content-expected.html
|
| +++ b/LayoutTests/fast/multicol/overflow-content-expected.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 {
|
|
|