| Index: LayoutTests/editing/selection/contenteditable-click-inside.html
 | 
| diff --git a/LayoutTests/editing/selection/contenteditable-click-inside.html b/LayoutTests/editing/selection/contenteditable-click-inside.html
 | 
| index babfa072193ef671fe2740b67f8f6431c277df8b..33ad053d3ac6f1efc2f7ac8131891c9360fa5d76 100644
 | 
| --- a/LayoutTests/editing/selection/contenteditable-click-inside.html
 | 
| +++ b/LayoutTests/editing/selection/contenteditable-click-inside.html
 | 
| @@ -6,8 +6,6 @@ if (window.testRunner)
 | 
|  <p>This test clicks inside an editable div element, and must result in the element receiving focus. If the test succeeds the element should have a focus ring.</p>
 | 
|  <script>
 | 
|  if (window.eventSender) {
 | 
| -    // Mouse events only work after an initial layout
 | 
| -    document.body.offsetLeft;
 | 
|      eventSender.mouseMoveTo(100, 45);
 | 
|      eventSender.mouseDown();
 | 
|      eventSender.mouseUp();
 | 
| 
 |