| Index: LayoutTests/editing/pasteboard/data-transfer-items.html
 | 
| diff --git a/LayoutTests/editing/pasteboard/data-transfer-items.html b/LayoutTests/editing/pasteboard/data-transfer-items.html
 | 
| index 499ec6b71730123eebeca2c8a1c518b89ce0d0d5..5538c8855015aa322a6705c0dfffb1fde56b4bb1 100644
 | 
| --- a/LayoutTests/editing/pasteboard/data-transfer-items.html
 | 
| +++ b/LayoutTests/editing/pasteboard/data-transfer-items.html
 | 
| @@ -93,9 +93,6 @@ function runTest() {
 | 
|      testRunner.waitUntilDone();
 | 
|      testRunner.dumpAsText();
 | 
|  
 | 
| -    // Mouse events only work after an initial layout
 | 
| -    document.body.offsetLeft;
 | 
| -
 | 
|      eventSender.mouseMoveTo(0, 0);
 | 
|      for (var i = 0; i < 3; i++) {
 | 
|          eventSender.mouseDown();
 | 
| 
 |