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

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

Issue 2807123002: Fix the wrong non-element node handling in EventHanlder and MouseEventManager (Closed)
Patch Set: Addressed Created 3 years, 8 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
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 9
10 Test case: Add scrollbars during mousemove 10 Test case: Add scrollbars during mousemove
11 Sending GestureTap 11 Sending GestureTap
12 Received mousemove in child frame 12 Received mousemove in child frame
13 Adding scrollbars to iframe 13 Adding scrollbars to iframe
14 Received mousedown in child frame 14 Received mousedown in child frame
15 Received mouseup in child frame 15 Received mouseup in child frame
16 Received click in child frame
17 16
18 Test case: Add scrollbars during mousedown 17 Test case: Add scrollbars during mousedown
19 Sending GestureTap 18 Sending GestureTap
20 Received mousemove in child frame 19 Received mousemove in child frame
21 Received mousedown in child frame 20 Received mousedown in child frame
22 Adding scrollbars to iframe 21 Adding scrollbars to iframe
23 Received mouseup in child frame 22 Received mouseup in child frame
24 Received click in child frame 23 Received click in child frame
25 24
26 Test case: Add scrollbars during mouseup 25 Test case: Add scrollbars during mouseup
27 Sending GestureTap 26 Sending GestureTap
28 Received mousemove in child frame 27 Received mousemove in child frame
29 Received mousedown in child frame 28 Received mousedown in child frame
30 Received mouseup in child frame 29 Received mouseup in child frame
31 Adding scrollbars to iframe 30 Adding scrollbars to iframe
32 Received click in child frame 31 Received click in child frame
33 32
34 PASS successfullyParsed is true 33 PASS successfullyParsed is true
35 34
36 TEST COMPLETE 35 TEST COMPLETE
37 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698