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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 Taps at a point that becomes a scrollbar (i.e. hit test with innerNode=null) dur ing the tap and verifies we don't crash. 2 Taps at a point that becomes a scrollbar (i.e. hit test with innerNode=null) dur ing the tap and verifies we don't crash.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Test case: Tap on consistent scrollbar 7 Test case: Tap on consistent scrollbar
8 Sending GestureTap 8 Sending GestureTap
9 Received mousemove in child frame
10 Received mousedown in child frame
11 Received mouseup in child frame
12 Received click in child frame
9 13
10 Test case: Add scrollbars during mousemove 14 Test case: Add scrollbars during mousemove
11 Sending GestureTap 15 Sending GestureTap
12 Received mousemove in child frame 16 Received mousemove in child frame
13 Adding scrollbars to iframe 17 Adding scrollbars to iframe
18 Received mousedown in child frame
19 Received mouseup in child frame
20 Received click in child frame
14 21
15 Test case: Add scrollbars during mousedown 22 Test case: Add scrollbars during mousedown
16 Sending GestureTap 23 Sending GestureTap
17 Received mousemove in child frame 24 Received mousemove in child frame
18 Received mousedown in child frame 25 Received mousedown in child frame
19 Adding scrollbars to iframe 26 Adding scrollbars to iframe
27 Received mouseup in child frame
28 Received click in child frame
20 29
21 Test case: Add scrollbars during mouseup 30 Test case: Add scrollbars during mouseup
22 Sending GestureTap 31 Sending GestureTap
23 Received mousemove in child frame 32 Received mousemove in child frame
24 Received mousedown in child frame 33 Received mousedown in child frame
25 Received mouseup in child frame 34 Received mouseup in child frame
26 Adding scrollbars to iframe 35 Adding scrollbars to iframe
27 Received click in child frame 36 Received click in child frame
28 37
29 PASS successfullyParsed is true 38 PASS successfullyParsed is true
30 39
31 TEST COMPLETE 40 TEST COMPLETE
32 41
OLDNEW
« 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