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

Side by Side Diff: LayoutTests/fast/events/hit-test-counts-expected.txt

Issue 495163002: Touch adjustment: don't treat iframes as clickable by default (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update hit test counts 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Count how many hit tests are required for various event scenarios. Hit tests can be expensive and it's often tempting to add more. These values should only ever be changed to go down, not up. 1 Count how many hit tests are required for various event scenarios. Hit tests can be expensive and it's often tempting to add more. These values should only ever be changed to go down, not up.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 Event on a simple div 9 Event on a simple div
10 --------------------- 10 ---------------------
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 Initial: 0 0 0 47 Initial: 0 0 0
48 MouseMove: 1 1 1 48 MouseMove: 1 1 1
49 MouseDown: 2 3 0 49 MouseDown: 2 3 0
50 MouseUp: 1 1 0 50 MouseUp: 1 1 0
51 Wheel: 1 1 0 51 Wheel: 1 1 0
52 TouchStart: 1 1 0 52 TouchStart: 1 1 0
53 TouchMove: 0 0 0 53 TouchMove: 0 0 0
54 TouchEnd: 0 0 0 54 TouchEnd: 0 0 0
55 GestureTapDown: 1 4 16 55 GestureTapDown: 1 4 16
56 GestureShowPress: 2 8 32 56 GestureShowPress: 2 8 32
57 GestureTap: 3 12 32 57 GestureTap: 3 9 33
58 GestureScrollBegin: 1 1 0 58 GestureScrollBegin: 1 1 0
59 GestureTapCancel: 1 1 0 59 GestureTapCancel: 1 1 0
60 GestureScrollUpdate: 0 0 0 60 GestureScrollUpdate: 0 0 0
61 GestureScrollEnd: 0 0 0 61 GestureScrollEnd: 0 0 0
62 62
63 63
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698