| Index: LayoutTests/fast/files/apply-blob-url-to-xhr.html
|
| diff --git a/LayoutTests/fast/files/apply-blob-url-to-xhr.html b/LayoutTests/fast/files/apply-blob-url-to-xhr.html
|
| index 0c23d13ceb2fa6558e94b6f30faa45d8db2831e3..01703b1fdc8b83e07623f258de61add139035b11 100644
|
| --- a/LayoutTests/fast/files/apply-blob-url-to-xhr.html
|
| +++ b/LayoutTests/fast/files/apply-blob-url-to-xhr.html
|
| @@ -45,6 +45,8 @@ function onInputFileChange()
|
|
|
| function runTests()
|
| {
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| eventSender.beginDragWithFiles(['resources/UTF8.txt']);
|
| eventSender.mouseMoveTo(10, 10);
|
| eventSender.mouseUp();
|
|
|