| Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-pinch_zoom_touch.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-pinch_zoom_touch.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-pinch_zoom_touch.html
|
| index 3010327892132318a17cad1d60b5edc421a4e13f..5f25c6179d2fe6580ea962b32cfcc7261c185f7a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-pinch_zoom_touch.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-pinch_zoom_touch.html
|
| @@ -118,7 +118,7 @@
|
| return touchScrollInTarget('#target0', 'down').then(function() {
|
| return pinchZoomInTarget('#target0', 3.0);
|
| }).then(function() {
|
| - return touchTapInTarget('#btnComplete');
|
| + document.getElementById("btnComplete").click();
|
| });
|
| }
|
| </script>
|
|
|