| Index: LayoutTests/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm | 
| diff --git a/LayoutTests/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm b/LayoutTests/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm | 
| index be02c1c6eb524cf9820b16fe01031c46b76329b3..0535c88a1e98d65391f16aff8ee637d399cf1103 100644 | 
| --- a/LayoutTests/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm | 
| +++ b/LayoutTests/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm | 
| @@ -74,6 +74,8 @@ | 
|  | 
| <script> | 
| if (window.eventSender) { | 
| +            // Mouse events only work after an initial layout | 
| +            document.body.offsetLeft; | 
| eventSender.mouseMoveTo(240, 250); | 
| eventSender.mouseDown(); | 
| eventSender.mouseUp(); | 
|  |