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

Side by Side Diff: LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt

Issue 750013004: Added experimental tilt and tiltDirection to the Touch interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed WebInputEventConversionTest Created 5 years, 9 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 | LayoutTests/fast/events/touch/document-create-touch-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 This tests basic single touch event support. 1 This tests basic single touch event support.
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 lastEvent.type is "touchstart" 6 PASS lastEvent.type is "touchstart"
7 PASS lastEvent.touches.length is 1 7 PASS lastEvent.touches.length is 1
8 PASS lastEvent.changedTouches.length is 1 8 PASS lastEvent.changedTouches.length is 1
9 PASS lastEvent.targetTouches.length is 1 9 PASS lastEvent.targetTouches.length is 1
10 PASS lastEvent.pageX is 0 10 PASS lastEvent.pageX is 0
11 PASS lastEvent.pageY is 0 11 PASS lastEvent.pageY is 0
12 PASS lastEvent.shiftKey is false 12 PASS lastEvent.shiftKey is false
13 PASS lastEvent.touches[0].target.id is "touchtarget" 13 PASS lastEvent.touches[0].target.id is "touchtarget"
14 PASS lastEvent.touches[0].pageX is 10 14 PASS lastEvent.touches[0].pageX is 10
15 PASS lastEvent.touches[0].pageY is 10 15 PASS lastEvent.touches[0].pageY is 10
16 PASS lastEvent.touches[0].clientX is 10 16 PASS lastEvent.touches[0].clientX is 10
17 PASS lastEvent.touches[0].clientY is 10 17 PASS lastEvent.touches[0].clientY is 10
18 PASS lastEvent.touches[0].identifier is 0 18 PASS lastEvent.touches[0].identifier is 0
19 PASS lastEvent.changedTouches[0].pageX is 10 19 PASS lastEvent.changedTouches[0].pageX is 10
20 PASS lastEvent.changedTouches[0].pageY is 10 20 PASS lastEvent.changedTouches[0].pageY is 10
21 PASS lastEvent.changedTouches[0].clientX is 10 21 PASS lastEvent.changedTouches[0].clientX is 10
22 PASS lastEvent.changedTouches[0].clientY is 10 22 PASS lastEvent.changedTouches[0].clientY is 10
23 PASS lastEvent.changedTouches[0].identifier is 0 23 PASS lastEvent.changedTouches[0].identifier is 0
24 PASS lastEvent.changedTouches[0].tilt is 10
25 PASS lastEvent.changedTouches[0].tiltDirection is 10
24 PASS lastEvent.targetTouches[0].pageX is 10 26 PASS lastEvent.targetTouches[0].pageX is 10
25 PASS lastEvent.targetTouches[0].pageY is 10 27 PASS lastEvent.targetTouches[0].pageY is 10
26 PASS lastEvent.targetTouches[0].clientX is 10 28 PASS lastEvent.targetTouches[0].clientX is 10
27 PASS lastEvent.targetTouches[0].clientY is 10 29 PASS lastEvent.targetTouches[0].clientY is 10
28 PASS lastEvent.targetTouches[0].identifier is 0 30 PASS lastEvent.targetTouches[0].identifier is 0
31 PASS lastEvent.targetTouches[0].tilt is 10
32 PASS lastEvent.targetTouches[0].tiltDirection is 10
29 PASS lastEvent.type is "touchmove" 33 PASS lastEvent.type is "touchmove"
30 PASS lastEvent.touches.length is 1 34 PASS lastEvent.touches.length is 1
31 PASS lastEvent.changedTouches.length is 1 35 PASS lastEvent.changedTouches.length is 1
32 PASS lastEvent.targetTouches.length is 1 36 PASS lastEvent.targetTouches.length is 1
33 PASS lastEvent.pageX is 0 37 PASS lastEvent.pageX is 0
34 PASS lastEvent.pageY is 0 38 PASS lastEvent.pageY is 0
35 PASS lastEvent.touches[0].pageX is 50 39 PASS lastEvent.touches[0].pageX is 50
36 PASS lastEvent.touches[0].pageY is 50 40 PASS lastEvent.touches[0].pageY is 50
37 PASS lastEvent.touches[0].clientX is 50 41 PASS lastEvent.touches[0].clientX is 50
38 PASS lastEvent.touches[0].clientY is 50 42 PASS lastEvent.touches[0].clientY is 50
39 PASS lastEvent.touches[0].identifier is 0 43 PASS lastEvent.touches[0].identifier is 0
44 PASS lastEvent.touches[0].tilt is 45
45 PASS lastEvent.touches[0].tiltDirection is 60
40 PASS lastEvent.shiftKey is true 46 PASS lastEvent.shiftKey is true
41 PASS lastEvent.altKey is true 47 PASS lastEvent.altKey is true
42 PASS lastEvent.ctrlKey is false 48 PASS lastEvent.ctrlKey is false
43 PASS lastEvent.metaKey is false 49 PASS lastEvent.metaKey is false
44 PASS lastEvent.type is "touchend" 50 PASS lastEvent.type is "touchend"
45 PASS lastEvent.touches.length is 0 51 PASS lastEvent.touches.length is 0
46 PASS lastEvent.changedTouches.length is 1 52 PASS lastEvent.changedTouches.length is 1
47 PASS lastEvent.targetTouches.length is 0 53 PASS lastEvent.targetTouches.length is 0
48 PASS lastEvent.pageX is 0 54 PASS lastEvent.pageX is 0
49 PASS lastEvent.pageY is 0 55 PASS lastEvent.pageY is 0
50 PASS lastEvent.changedTouches[0].pageX is 50 56 PASS lastEvent.changedTouches[0].pageX is 50
51 PASS lastEvent.changedTouches[0].pageY is 50 57 PASS lastEvent.changedTouches[0].pageY is 50
52 PASS lastEvent.changedTouches[0].clientX is 50 58 PASS lastEvent.changedTouches[0].clientX is 50
53 PASS lastEvent.changedTouches[0].clientY is 50 59 PASS lastEvent.changedTouches[0].clientY is 50
54 PASS lastEvent.changedTouches[0].identifier is 0 60 PASS lastEvent.changedTouches[0].identifier is 0
61 PASS lastEvent.changedTouches[0].tilt is 45
62 PASS lastEvent.changedTouches[0].tiltDirection is 60
55 PASS lastEvent.shiftKey is false 63 PASS lastEvent.shiftKey is false
56 PASS lastEvent.altKey is false 64 PASS lastEvent.altKey is false
57 PASS lastEvent.type is "touchstart" 65 PASS lastEvent.type is "touchstart"
58 PASS lastEvent.touches.length is 1 66 PASS lastEvent.touches.length is 1
59 PASS lastEvent.changedTouches.length is 1 67 PASS lastEvent.changedTouches.length is 1
60 PASS lastEvent.targetTouches.length is 1 68 PASS lastEvent.targetTouches.length is 1
61 PASS lastEvent.pageX is 0 69 PASS lastEvent.pageX is 0
62 PASS lastEvent.pageY is 0 70 PASS lastEvent.pageY is 0
63 PASS lastEvent.targetTouches[0].target.tagName is "DIV" 71 PASS lastEvent.targetTouches[0].target.tagName is "DIV"
64 PASS lastEvent.type is "touchmove" 72 PASS lastEvent.type is "touchmove"
65 PASS lastEvent.touches.length is 1 73 PASS lastEvent.touches.length is 1
66 PASS lastEvent.changedTouches.length is 1 74 PASS lastEvent.changedTouches.length is 1
67 PASS lastEvent.targetTouches.length is 1 75 PASS lastEvent.targetTouches.length is 1
68 PASS lastEvent.pageX is 0 76 PASS lastEvent.pageX is 0
69 PASS lastEvent.pageY is 0 77 PASS lastEvent.pageY is 0
70 PASS lastEvent.touches[0].target.tagName is "DIV" 78 PASS lastEvent.touches[0].target.tagName is "DIV"
71 PASS successfullyParsed is true 79 PASS successfullyParsed is true
72 80
73 TEST COMPLETE 81 TEST COMPLETE
74 PASS successfullyParsed is true 82 PASS successfullyParsed is true
75 83
76 TEST COMPLETE 84 TEST COMPLETE
77 85
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/document-create-touch-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698