Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-pinch_zoom_touch.html

Issue 2410193003: Attempt to submit the click action directly in the pinch-zoom test. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/SlowTests ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/LayoutTests/SlowTests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698