| Index: LayoutTests/touchadjustment/zoom-fatfinger.html
|
| diff --git a/LayoutTests/touchadjustment/zoom-fatfinger.html b/LayoutTests/touchadjustment/zoom-fatfinger.html
|
| index 9928566b919908bfca0a4258de841e2dc137cead..32a953dea46cfd7e9ed12b7ffa4e1548318e6779 100644
|
| --- a/LayoutTests/touchadjustment/zoom-fatfinger.html
|
| +++ b/LayoutTests/touchadjustment/zoom-fatfinger.html
|
| @@ -39,8 +39,6 @@
|
| description('Test that targetted area is picked even if the touch area is not fully contained.');
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| - // Mouse events only work after an initial layout
|
| - document.body.offsetLeft;
|
| testDirectTouches();
|
| isSuccessfullyParsed();
|
| testRunner.notifyDone();
|
| @@ -48,4 +46,4 @@
|
| }
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|