| 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 1e8aeda02637b70e3c17ca82e119ee2d9c77b367..06d81e913f0025b22d718054d752e5d41540a240 100644
|
| --- a/LayoutTests/fast/images/image-map-multiple.html
|
| +++ b/LayoutTests/fast/images/image-map-multiple.html
|
| @@ -60,6 +60,8 @@ 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();
|
|
|