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

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

Issue 2922193002: Change hover element to HTML element when over root scrollbar (Closed)
Patch Set: rebaseline layout test Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutView.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 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
16 17
17 Test case: Add scrollbars during mousedown 18 Test case: Add scrollbars during mousedown
18 Sending GestureTap 19 Sending GestureTap
19 Received mousemove in child frame 20 Received mousemove in child frame
20 Received mousedown in child frame 21 Received mousedown in child frame
21 Adding scrollbars to iframe 22 Adding scrollbars to iframe
22 Received mouseup in child frame 23 Received mouseup in child frame
23 Received click in child frame 24 Received click in child frame
24 25
25 Test case: Add scrollbars during mouseup 26 Test case: Add scrollbars during mouseup
26 Sending GestureTap 27 Sending GestureTap
27 Received mousemove in child frame 28 Received mousemove in child frame
28 Received mousedown in child frame 29 Received mousedown in child frame
29 Received mouseup in child frame 30 Received mouseup in child frame
30 Adding scrollbars to iframe 31 Adding scrollbars to iframe
31 Received click in child frame 32 Received click in child frame
32 33
33 PASS successfullyParsed is true 34 PASS successfullyParsed is true
34 35
35 TEST COMPLETE 36 TEST COMPLETE
36 37
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698