| Index: LayoutTests/fast/files/resources/setup-for-read-common.js
|
| diff --git a/LayoutTests/fast/files/resources/setup-for-read-common.js b/LayoutTests/fast/files/resources/setup-for-read-common.js
|
| index fd4ac0490fe73fb86d52c185e696dcba1dec4c68..a04ff90bab7e702628142ea4062aeda7b61fd76e 100644
|
| --- a/LayoutTests/fast/files/resources/setup-for-read-common.js
|
| +++ b/LayoutTests/fast/files/resources/setup-for-read-common.js
|
| @@ -20,8 +20,6 @@ function onInputFileChange(testFileInfoList)
|
| function runTests(testFileInfoList)
|
| {
|
| var pathsOnly = testFileInfoList.map(function(fileSpec) { return fileSpec['path']; });
|
| - // Mouse events only work after an initial layout
|
| - document.body.offsetLeft;
|
| eventSender.beginDragWithFiles(pathsOnly);
|
| eventSender.mouseMoveTo(10, 10);
|
| eventSender.mouseUp();
|
|
|