| Index: LayoutTests/http/tests/navigation/resources/javascriptlink.html
|
| diff --git a/LayoutTests/http/tests/navigation/resources/javascriptlink.html b/LayoutTests/http/tests/navigation/resources/javascriptlink.html
|
| index 47a4d504671e3ec876d7e34af25d9070f79dbfeb..a9774493fb6c38c4a59ed5518ea47274a6a6b2a9 100644
|
| --- a/LayoutTests/http/tests/navigation/resources/javascriptlink.html
|
| +++ b/LayoutTests/http/tests/navigation/resources/javascriptlink.html
|
| @@ -5,8 +5,6 @@
|
|
|
| function performUserEvents() {
|
| if (window.eventSender) {
|
| - // Mouse events only work after an initial layout
|
| - document.body.offsetLeft;
|
| eventSender.mouseMoveTo(15, 15);
|
| eventSender.mouseDown();
|
| eventSender.mouseUp();
|
|
|