| Index: LayoutTests/fast/images/image-map-zoom.html
|
| diff --git a/LayoutTests/fast/images/image-map-zoom.html b/LayoutTests/fast/images/image-map-zoom.html
|
| index 6592132b0a249e6d807b68fb0c30511bfeb07fe3..1f05d64283929a6a89b9c54e9a0ab8388dcb0dcb 100644
|
| --- a/LayoutTests/fast/images/image-map-zoom.html
|
| +++ b/LayoutTests/fast/images/image-map-zoom.html
|
| @@ -11,6 +11,9 @@ function runTest()
|
|
|
| testRunner.dumpAsText();
|
|
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| +
|
| eventSender.mouseMoveTo(340, 140);
|
| eventSender.mouseDown();
|
| eventSender.mouseUp();
|
|
|