| Index: LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
|
| diff --git a/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js b/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
|
| index 083ca5622235a9ff8b47061ac3a2fb7b6cdcf7b7..bdae9c6d9c8c135b04ace8389df922165172be31 100644
|
| --- a/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
|
| +++ b/LayoutTests/http/tests/local/blob/script-tests/send-hybrid-blob.js
|
| @@ -88,6 +88,8 @@ function runTests()
|
|
|
| if (window.eventSender) {
|
| testRunner.waitUntilDone();
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| util.runTests();
|
| } else
|
| testFailed("This test is not interactive, please run using DumpRenderTree");
|
|
|