Chromium Code Reviews| Index: LayoutTests/fast/multicol/client-rects.html |
| diff --git a/LayoutTests/fast/multicol/client-rects.html b/LayoutTests/fast/multicol/client-rects.html |
| index 00426adac9c93159b87b61e1fa55210686addedc..cd214f9fd534aa594e05bcc6b641638f5d411775 100644 |
| --- a/LayoutTests/fast/multicol/client-rects.html |
| +++ b/LayoutTests/fast/multicol/client-rects.html |
| @@ -10,6 +10,9 @@ |
| color: lightblue; |
| -webkit-columns: 2; |
| -webkit-column-gap: 10px; |
| + columns: 2; |
| + column-gap: 10px; |
| + column-fill: auto; |
| } |
| div.marker { |