Chromium Code Reviews| Index: LayoutTests/fast/multicol/orphans-relayout.html |
| diff --git a/LayoutTests/fast/multicol/orphans-relayout.html b/LayoutTests/fast/multicol/orphans-relayout.html |
| index 84d7e5f21a321a80c3dfca8bed331284d36ec010..5256c5f75176d3f68f86f1244cce8b492cc2cc65 100644 |
| --- a/LayoutTests/fast/multicol/orphans-relayout.html |
| +++ b/LayoutTests/fast/multicol/orphans-relayout.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; |