Chromium Code Reviews| Index: LayoutTests/fast/events/document-elementFromPoint.html |
| diff --git a/LayoutTests/fast/events/document-elementFromPoint.html b/LayoutTests/fast/events/document-elementFromPoint.html |
| index eaae330b2d30ade2d4f26b637ead4fbabc3fd830..df073857c69369704c6009c3c8cfcff4f768af18 100644 |
| --- a/LayoutTests/fast/events/document-elementFromPoint.html |
| +++ b/LayoutTests/fast/events/document-elementFromPoint.html |
| @@ -77,6 +77,8 @@ th { height: 30px; } |
| left: 500px; |
| border: 1px solid black; |
| -webkit-column-count: 3; |
| + column-count: 3; |
| + column-fill: auto; |
| } |
| .column-line { |