| Index: LayoutTests/fast/scrolling/hover-during-scroll.html
|
| diff --git a/LayoutTests/fast/scrolling/hover-during-scroll.html b/LayoutTests/fast/scrolling/hover-during-scroll.html
|
| index 392f2cf6b08b353cf49a1c9161273d1dff66f942..c7ff39682ff6320ac6c7079aa455843d7cde6b7a 100644
|
| --- a/LayoutTests/fast/scrolling/hover-during-scroll.html
|
| +++ b/LayoutTests/fast/scrolling/hover-during-scroll.html
|
| @@ -103,6 +103,9 @@ function runtest()
|
|
|
| testRunner.waitUntilDone();
|
|
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| +
|
| debug("Mouse is visible, moving it over the first div.");
|
| internals.setIsCursorVisible(document, true);
|
| eventSender.mouseMoveTo(42, centerOfDivAtIndex(0));
|
|
|