| 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..ab5fead539600b167b01c7f3b139423fac89c4ab 100644
|
| --- a/LayoutTests/fast/events/document-elementFromPoint.html
|
| +++ b/LayoutTests/fast/events/document-elementFromPoint.html
|
| @@ -77,6 +77,9 @@ th { height: 30px; }
|
| left: 500px;
|
| border: 1px solid black;
|
| -webkit-column-count: 3;
|
| + -webkit-column-fill: auto;
|
| + column-count: 3;
|
| + column-fill: auto;
|
| }
|
|
|
| .column-line {
|
|
|