Chromium Code Reviews| Index: LayoutTests/fast/multicol/widows-and-orphans.html |
| diff --git a/LayoutTests/fast/multicol/widows-and-orphans.html b/LayoutTests/fast/multicol/widows-and-orphans.html |
| index 8feccdc1dbede91b02d9a40cdf48516a1c03bc9f..380c31d171e1bb1f61ff2f3686dcf55696aae91e 100644 |
| --- a/LayoutTests/fast/multicol/widows-and-orphans.html |
| +++ b/LayoutTests/fast/multicol/widows-and-orphans.html |
| @@ -11,6 +11,8 @@ body.hide-containers .container { |
| width: 600px; |
| height: 200px; |
| -webkit-columns: 3; |
| + columns: 3; |
| + column-fill: auto; |
| line-height: 20px; /* 10 lines per page */ |
| font-size: 16px; |
| margin: 0 0 20px 0; |