| Index: LayoutTests/fast/events/touch/gesture/gesture-tap-active-state.html
|
| diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-active-state.html b/LayoutTests/fast/events/touch/gesture/gesture-tap-active-state.html
|
| index 2865e9df41e6418ac335ed79f74c7ce6f5278150..312b26d1844c46e9d987939e621babe2b780ab12 100644
|
| --- a/LayoutTests/fast/events/touch/gesture/gesture-tap-active-state.html
|
| +++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-active-state.html
|
| @@ -52,6 +52,9 @@ function runTests()
|
| return;
|
| }
|
|
|
| + // Mouse events only work after an initial layout
|
| + document.body.offsetLeft;
|
| +
|
| debug("Verify active isn't initially set");
|
| shouldBeFalse("isBoxActive()");
|
|
|
|
|