| Index: LayoutTests/fast/images/image-map-multiple.html
 | 
| diff --git a/LayoutTests/fast/images/image-map-multiple.html b/LayoutTests/fast/images/image-map-multiple.html
 | 
| index 06d81e913f0025b22d718054d752e5d41540a240..1e8aeda02637b70e3c17ca82e119ee2d9c77b367 100644
 | 
| --- a/LayoutTests/fast/images/image-map-multiple.html
 | 
| +++ b/LayoutTests/fast/images/image-map-multiple.html
 | 
| @@ -60,8 +60,6 @@ function runTest()
 | 
|          return;
 | 
|      }
 | 
|      testRunner.dumpAsText();
 | 
| -    // Mouse events only work after an initial layout
 | 
| -    document.body.offsetLeft;
 | 
|      eventSender.mouseMoveTo(50, 50);
 | 
|      for (var click = 0; click < numClicks; ++click) {
 | 
|          eventSender.mouseDown();
 | 
| 
 |