| Index: LayoutTests/fast/events/pointer-events.html
|
| diff --git a/LayoutTests/fast/events/pointer-events.html b/LayoutTests/fast/events/pointer-events.html
|
| index 8c31125e8da4c22747cde990c74354d0a248f0fa..a33bccdb3eaab953f42cb50b414c18251db72372 100644
|
| --- a/LayoutTests/fast/events/pointer-events.html
|
| +++ b/LayoutTests/fast/events/pointer-events.html
|
| @@ -50,6 +50,8 @@
|
| testContent.appendChild(hit);
|
|
|
| if (window.eventSender) {
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| // Cell click
|
| eventSender.mouseMoveTo(15, yOffset + 10);
|
| eventSender.mouseDown();
|
|
|