Chromium Code Reviews| Index: LayoutTests/fast/repaint/multicol-repaint.html |
| diff --git a/LayoutTests/fast/repaint/multicol-repaint.html b/LayoutTests/fast/repaint/multicol-repaint.html |
| index e9f6c2c2b00ed4561051a1173cc09fa441661b81..705745e191972f7c5fd7b9d041d0124d65a19520 100644 |
| --- a/LayoutTests/fast/repaint/multicol-repaint.html |
| +++ b/LayoutTests/fast/repaint/multicol-repaint.html |
| @@ -10,6 +10,8 @@ |
| border: 1px solid black; |
| font-size: 50px; |
| -webkit-column-count: 2; |
| + column-count: 2; |
| + column-fill: auto; |
| } |
| span { |