| Index: LayoutTests/svg/custom/mouse-move-on-svg-root.xhtml
|
| diff --git a/LayoutTests/svg/custom/mouse-move-on-svg-root.xhtml b/LayoutTests/svg/custom/mouse-move-on-svg-root.xhtml
|
| index e31dc51827f6b947b378474b2595352c221eef2b..61ac7027923cc2b62494b77795ee13798afc4933 100644
|
| --- a/LayoutTests/svg/custom/mouse-move-on-svg-root.xhtml
|
| +++ b/LayoutTests/svg/custom/mouse-move-on-svg-root.xhtml
|
| @@ -35,8 +35,6 @@
|
| testRunner.waitUntilDone();
|
|
|
| if (window.eventSender) {
|
| - // Mouse events only work after an initial layout
|
| - document.body.offsetLeft;
|
| eventSender.mouseMoveTo(350, 350);
|
| eventSender.mouseDown();
|
| eventSender.mouseMoveTo(200, 200);
|
|
|