| 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 df7d528b3731d3e05ddd8ac752e70072322552b7..71b5403c8c67feebdef9f793a2971c44cfa11f9d 100644
|
| --- a/LayoutTests/fast/events/hit-test-counts-expected.txt
|
| +++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
|
| @@ -17,7 +17,7 @@ TouchStart: 1
|
| TouchMove: 0
|
| TouchEnd: 0
|
| GestureTapDown: 1
|
| -GestureShowPress: 2
|
| +GestureShowPress: 1
|
| GestureTap: 7
|
| GestureScrollBegin: 1
|
| GestureTapCancel: 1
|
| @@ -35,7 +35,7 @@ TouchStart: 1 1 1
|
| TouchMove: 0 0 0
|
| TouchEnd: 0 0 0
|
| GestureTapDown: 1 1 1
|
| -GestureShowPress: 2 2 2
|
| +GestureShowPress: 1 1 1
|
| GestureTap: 3 3 7
|
| GestureScrollBegin: 1 1 1
|
| GestureTapCancel: 1 1 1
|
| @@ -53,8 +53,8 @@ TouchStart: 1 1 0
|
| TouchMove: 0 0 0
|
| TouchEnd: 0 0 0
|
| GestureTapDown: 1 4 16
|
| -GestureShowPress: 2 8 32
|
| -GestureTap: 3 9 36
|
| +GestureShowPress: 1 4 16
|
| +GestureTap: 3 9 37
|
| GestureScrollBegin: 1 1 0
|
| GestureTapCancel: 1 1 0
|
| GestureScrollUpdate: 0 0 0
|
|
|