Index: LayoutTests/touchadjustment/zoom-fatfinger.html |
diff --git a/LayoutTests/touchadjustment/zoom-fatfinger.html b/LayoutTests/touchadjustment/zoom-fatfinger.html |
index 32a953dea46cfd7e9ed12b7ffa4e1548318e6779..9928566b919908bfca0a4258de841e2dc137cead 100644 |
--- a/LayoutTests/touchadjustment/zoom-fatfinger.html |
+++ b/LayoutTests/touchadjustment/zoom-fatfinger.html |
@@ -39,6 +39,8 @@ |
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(); |
@@ -46,4 +48,4 @@ |
} |
</script> |
</body> |
-</html> |
+</html> |