Chromium Code Reviews| Index: LayoutTests/fast/multicol/vertical-lr/float-truncation.html |
| diff --git a/LayoutTests/fast/multicol/vertical-lr/float-truncation.html b/LayoutTests/fast/multicol/vertical-lr/float-truncation.html |
| index 46c07b760f0018ae86e02547d5c739e6abedb786..28ba0bac85c571f4877667c91bce2eedaee425d1 100644 |
| --- a/LayoutTests/fast/multicol/vertical-lr/float-truncation.html |
| +++ b/LayoutTests/fast/multicol/vertical-lr/float-truncation.html |
| @@ -1,9 +1,12 @@ |
| <html style="-webkit-writing-mode:vertical-lr"> |
| <style> |
| div.columns { |
| - height: 200px; |
| -webkit-columns: 2; |
| -webkit-column-gap: 0; |
| + columns: 2; |
| + column-gap: 0; |
| + column-fill: auto; |
| + height: 200px; |
| outline: 1px solid blue; |
| font-family: ahem; |
| font-size: 10px; |