| Index: third_party/WebKit/LayoutTests/fast/events/hit-test-counts.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/hit-test-counts.html b/third_party/WebKit/LayoutTests/fast/events/hit-test-counts.html
|
| index 8268e85334137b024bf4c21c72397a7fdce2de6a..ea2a6883817fbcf3cc96f6fa9a8a24a82ca66ea9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/hit-test-counts.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/hit-test-counts.html
|
| @@ -128,6 +128,8 @@ function sendEvents(targetX, targetY, documents, multiTapNotification)
|
| });
|
|
|
| logCounts('GestureTap', documents, multiTapNotification, function() {
|
| + // We don't want to tap on an existing selection so we clear selections.
|
| + window.getSelection().empty();
|
| eventSender.gestureTap(targetX, targetY, 1, 30, 30);
|
| });
|
|
|
|
|