| Index: LayoutTests/fast/block/float/float-in-float-hit-testing.html
|
| diff --git a/LayoutTests/fast/block/float/float-in-float-hit-testing.html b/LayoutTests/fast/block/float/float-in-float-hit-testing.html
|
| index 670ea11cff158d44abb1a195facabf89a7011af2..c101cf8580f5f9892686a22479b3c9ec38573f84 100644
|
| --- a/LayoutTests/fast/block/float/float-in-float-hit-testing.html
|
| +++ b/LayoutTests/fast/block/float/float-in-float-hit-testing.html
|
| @@ -5,8 +5,6 @@ if (window.testRunner)
|
| function test()
|
| {
|
| if (window.eventSender) {
|
| - // Mouse events only work after an initial layout
|
| - document.body.offsetLeft;
|
| eventSender.mouseMoveTo(100, 335);
|
| eventSender.mouseDown();
|
| }
|
|
|