| Index: LayoutTests/fast/multicol/progression-reverse.html | 
| diff --git a/LayoutTests/fast/multicol/progression-reverse.html b/LayoutTests/fast/multicol/progression-reverse.html | 
| index 0fca1119076c75c34fbbbb6ac92932f7beed5170..9eba889a272ea8ec183d03f019e0afe462318c50 100644 | 
| --- a/LayoutTests/fast/multicol/progression-reverse.html | 
| +++ b/LayoutTests/fast/multicol/progression-reverse.html | 
| @@ -7,10 +7,14 @@ | 
| -webkit-border-start-width: 3px; | 
| -webkit-logical-width: 64px; | 
| -webkit-logical-height: 32px; | 
| -        -webkit-column-gap: 4px; | 
| -webkit-column-count: 2; | 
| +        -webkit-column-gap: 4px; | 
| -webkit-column-rule: 2px solid orange; | 
| -webkit-column-progression: reverse; | 
| +        column-count: 2; | 
| +        column-gap: 4px; | 
| +        column-rule: 2px solid orange; | 
| +        column-fill: auto; | 
| } | 
|  | 
| .writing-mode-lr div.test { | 
|  |