| Index: LayoutTests/fast/multicol/progression-reverse-overflow.html
|
| diff --git a/LayoutTests/fast/multicol/progression-reverse-overflow.html b/LayoutTests/fast/multicol/progression-reverse-overflow.html
|
| index fff1c01208312b57eaff6736d9e6952931a7c751..c117563523ba8da8f342c10c34ba0e8cf9dd1345 100644
|
| --- a/LayoutTests/fast/multicol/progression-reverse-overflow.html
|
| +++ b/LayoutTests/fast/multicol/progression-reverse-overflow.html
|
| @@ -4,7 +4,11 @@
|
| height: 100px;
|
| -webkit-column-width: 100px;
|
| -webkit-column-gap: 0;
|
| + -webkit-column-fill: auto;
|
| -webkit-column-progression: reverse;
|
| + column-width: 100px;
|
| + column-gap: 0;
|
| + column-fill: auto;
|
| overflow: hidden;
|
| }
|
|
|
|
|