| Index: LayoutTests/fast/events/mouseout-on-window.html
|
| diff --git a/LayoutTests/fast/events/mouseout-on-window.html b/LayoutTests/fast/events/mouseout-on-window.html
|
| index f072a66aeac99b5efc9563f3a9d463bb9eba23e0..a6c504136ce594d8e88cbd1d01a91785818a8290 100644
|
| --- a/LayoutTests/fast/events/mouseout-on-window.html
|
| +++ b/LayoutTests/fast/events/mouseout-on-window.html
|
| @@ -17,8 +17,6 @@ FAIL: No mouseout was sent.
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| if (window.eventSender) {
|
| - // Mouse events only work after an initial layout
|
| - document.body.offsetLeft;
|
| // Initial move on windows is used to force the webview to
|
| // initialise the windows mouse event tracker.
|
| eventSender.mouseMoveTo(5, 5);
|
|
|