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

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

Issue 466143005: Fix crash on GestureTap in Node::commonAncestor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix comment typo Created 6 years, 4 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
OLDNEW
(Empty)
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.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 Test case: Tap on consistent scrollbar
8 Sending GestureTap
9
10 Test case: Add scrollbars during mousemove
11 Sending GestureTap
12 Received mousemove in child frame
13 Adding scrollbars to iframe
14
15 Test case: Add scrollbars during mousedown
16 Sending GestureTap
17 Received mousemove in child frame
18 Received mousedown in child frame
19 Adding scrollbars to iframe
20
21 Test case: Add scrollbars during mouseup
22 Sending GestureTap
23 Received mousemove in child frame
24 Received mousedown in child frame
25 Received mouseup in child frame
26 Adding scrollbars to iframe
27 Received click in child frame
28
29 PASS successfullyParsed is true
30
31 TEST COMPLETE
32
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698