| Index: LayoutTests/fast/forms/input-text-click-inside.html
 | 
| diff --git a/LayoutTests/fast/forms/input-text-click-inside.html b/LayoutTests/fast/forms/input-text-click-inside.html
 | 
| index b8d4e60abaa25eada8a56303ac10b447e59f89fe..42c9cba631bd68b8bb9ff5b4c018ba78de660be7 100644
 | 
| --- a/LayoutTests/fast/forms/input-text-click-inside.html
 | 
| +++ b/LayoutTests/fast/forms/input-text-click-inside.html
 | 
| @@ -2,8 +2,6 @@
 | 
|  <p>This test clicks inside an input 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();
 | 
| 
 |