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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt

Issue 527263002: Clean-up hit-testing of scrollbars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix scrollbar-ticks-hittest test Created 6 years, 3 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 | « no previous file | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
index 180ec33759bfdb07a2823cee75c78db4a5a9709b..f4c95ac9eb75dcc085cff18cb6174b83b92584da 100644
--- a/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
@@ -6,17 +6,26 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Test case: Tap on consistent scrollbar
Sending GestureTap
+Received mousemove in child frame
+Received mousedown in child frame
+Received mouseup in child frame
+Received click in child frame
Test case: Add scrollbars during mousemove
Sending GestureTap
Received mousemove in child frame
Adding scrollbars to iframe
+Received mousedown in child frame
+Received mouseup in child frame
+Received click in child frame
Test case: Add scrollbars during mousedown
Sending GestureTap
Received mousemove in child frame
Received mousedown in child frame
Adding scrollbars to iframe
+Received mouseup in child frame
+Received click in child frame
Test case: Add scrollbars during mouseup
Sending GestureTap
« no previous file with comments | « no previous file | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698