| Index: LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
|
| diff --git a/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html b/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
|
| index 2fb1d04a0212e577880375ece19caa81462b0fe2..a1b9b2f9e235ce15f125a6c185cdc1e7a88bf8ce 100644
|
| --- a/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
|
| +++ b/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
|
| @@ -33,6 +33,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();
|
|
|