| Index: LayoutTests/fast/events/hit-test-counts-expected.txt
|
| diff --git a/LayoutTests/fast/events/hit-test-counts-expected.txt b/LayoutTests/fast/events/hit-test-counts-expected.txt
|
| index f6787bc558651ea36085f853271c26c2e56b9744..4c54faf6a91c8ae8368686885760989506d7ec5c 100644
|
| --- a/LayoutTests/fast/events/hit-test-counts-expected.txt
|
| +++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
|
| @@ -18,7 +18,7 @@ TouchMove: 0
|
| TouchEnd: 0
|
| GestureTapDown: 2
|
| GestureShowPress: 2
|
| -GestureTap: 5
|
| +GestureTap: 4
|
| GestureScrollBegin: 1
|
| GestureTapCancel: 1
|
| GestureScrollUpdate: 0
|
| @@ -36,7 +36,7 @@ TouchMove: 0 0 0
|
| TouchEnd: 0 0 0
|
| GestureTapDown: 1 1 2
|
| GestureShowPress: 1 1 2
|
| -GestureTap: 2 2 5
|
| +GestureTap: 1 1 4
|
| GestureScrollBegin: 1 1 1
|
| GestureTapCancel: 1 1 1
|
| GestureScrollUpdate: 0 0 0
|
| @@ -60,4 +60,22 @@ GestureTapCancel: 1 1 0
|
| GestureScrollUpdate: 0 0 0
|
| GestureScrollEnd: 0 0 0
|
|
|
| +Event on a simple div (desktop viewport)
|
| +---------------------
|
| +Initial: 0
|
| +MouseMove: 1
|
| +MouseDown: 3
|
| +MouseUp: 1
|
| +Wheel: 1
|
| +TouchStart: 1
|
| +TouchMove: 0
|
| +TouchEnd: 0
|
| +GestureTapDown: 2
|
| +GestureShowPress: 2
|
| +GestureTap: 5
|
| +GestureScrollBegin: 1
|
| +GestureTapCancel: 1
|
| +GestureScrollUpdate: 0
|
| +GestureScrollEnd: 0
|
| +
|
|
|
|
|