From 4446423513e9f2da52e156bc93b5228e6a3d6e08 Mon Sep 17 00:00:00 2001 From: wjmaclean Date: Fri, 4 Mar 2016 13:49:19 -0800 Subject: Implement Gesture event hit testing/forwarding for OOPIF. This CL implements plumbing to forward gesture events to OOPIF frames. Scroll bubbling will be handled in a follow-on CL. BUG=587023 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1752833002 Cr-Commit-Position: refs/heads/master@{#379367} --- content/test/data/page_with_click_handler.html | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 content/test/data/page_with_click_handler.html (limited to 'content/test') diff --git a/content/test/data/page_with_click_handler.html b/content/test/data/page_with_click_handler.html new file mode 100644 index 0000000..cebf4ec --- /dev/null +++ b/content/test/data/page_with_click_handler.html @@ -0,0 +1,36 @@ + + + + + + + + + Page with Click Handler +
0 clicks received
+ + -- cgit v1.1