Index: LayoutTests/touchadjustment/zoom-basic.html |
diff --git a/LayoutTests/touchadjustment/zoom-basic.html b/LayoutTests/touchadjustment/zoom-basic.html |
index 20c315555a819c3229e5c7dcccc5671285cf6378..5a67523c95ea693e49e9be3e19c295c6b0c7a470 100644 |
--- a/LayoutTests/touchadjustment/zoom-basic.html |
+++ b/LayoutTests/touchadjustment/zoom-basic.html |
@@ -61,6 +61,8 @@ |
description('Test basic cases of tap-to-zoom mechanics.'); |
testRunner.dumpAsText(); |
testRunner.waitUntilDone(); |
+ // Mouse events only work after an initial layout |
+ document.body.offsetLeft; |
testDirectTouches(); |
isSuccessfullyParsed(); |
testRunner.notifyDone(); |