| Index: LayoutTests/fast/forms/input-appearance-preventDefault.html
 | 
| diff --git a/LayoutTests/fast/forms/input-appearance-preventDefault.html b/LayoutTests/fast/forms/input-appearance-preventDefault.html
 | 
| index c80762c31d81d0785d375335305a24754529a0e5..8f03f32bec80af3455d8c71c08e2d75c19849695 100644
 | 
| --- a/LayoutTests/fast/forms/input-appearance-preventDefault.html
 | 
| +++ b/LayoutTests/fast/forms/input-appearance-preventDefault.html
 | 
| @@ -4,8 +4,6 @@
 | 
|  function test()
 | 
|  {    
 | 
|      if (window.testRunner) {
 | 
| -        // Mouse events only work after an initial layout
 | 
| -        document.body.offsetLeft;
 | 
|          eventSender.mouseMoveTo(25, 55);
 | 
|          eventSender.mouseDown();
 | 
|          eventSender.mouseUp();
 | 
| 
 |