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

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

Issue 1201193005: Move UIEvent.pageX/pageY/layerX/layerY to MouseEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again; UseCounter changed already again Created 5 years, 5 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 This tests basic multi touch event support. This is a limited version of test ba sic-multi-touch-events.html that avoids the situation where one touch point is r eleased while another is maintained. 1 This tests basic multi touch event support. This is a limited version of test ba sic-multi-touch-events.html that avoids the situation where one touch point is r eleased while another is maintained.
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 2 7 PASS lastEvent.touches.length is 2
8 PASS lastEvent.changedTouches.length is 2 8 PASS lastEvent.changedTouches.length is 2
9 PASS lastEvent.targetTouches.length is 2 9 PASS lastEvent.targetTouches.length is 2
10 PASS lastEvent.pageX is 0
11 PASS lastEvent.pageY is 0
12 PASS lastEvent.touches[0].pageX is 10 10 PASS lastEvent.touches[0].pageX is 10
13 PASS lastEvent.touches[0].pageY is 10 11 PASS lastEvent.touches[0].pageY is 10
14 PASS lastEvent.touches[0].clientX is 10 12 PASS lastEvent.touches[0].clientX is 10
15 PASS lastEvent.touches[0].clientY is 10 13 PASS lastEvent.touches[0].clientY is 10
16 PASS lastEvent.touches[0].identifier is 0 14 PASS lastEvent.touches[0].identifier is 0
17 PASS lastEvent.touches[1].pageX is 20 15 PASS lastEvent.touches[1].pageX is 20
18 PASS lastEvent.touches[1].pageY is 30 16 PASS lastEvent.touches[1].pageY is 30
19 PASS lastEvent.touches[1].clientX is 20 17 PASS lastEvent.touches[1].clientX is 20
20 PASS lastEvent.touches[1].clientY is 30 18 PASS lastEvent.touches[1].clientY is 30
21 PASS lastEvent.touches[1].identifier is 1 19 PASS lastEvent.touches[1].identifier is 1
(...skipping 14 matching lines...) Expand all
36 PASS lastEvent.targetTouches[0].identifier is 0 34 PASS lastEvent.targetTouches[0].identifier is 0
37 PASS lastEvent.targetTouches[1].pageX is 20 35 PASS lastEvent.targetTouches[1].pageX is 20
38 PASS lastEvent.targetTouches[1].pageY is 30 36 PASS lastEvent.targetTouches[1].pageY is 30
39 PASS lastEvent.targetTouches[1].clientX is 20 37 PASS lastEvent.targetTouches[1].clientX is 20
40 PASS lastEvent.targetTouches[1].clientY is 30 38 PASS lastEvent.targetTouches[1].clientY is 30
41 PASS lastEvent.targetTouches[1].identifier is 1 39 PASS lastEvent.targetTouches[1].identifier is 1
42 PASS lastEvent.type is "touchmove" 40 PASS lastEvent.type is "touchmove"
43 PASS lastEvent.touches.length is 2 41 PASS lastEvent.touches.length is 2
44 PASS lastEvent.changedTouches.length is 2 42 PASS lastEvent.changedTouches.length is 2
45 PASS lastEvent.targetTouches.length is 2 43 PASS lastEvent.targetTouches.length is 2
46 PASS lastEvent.pageX is 0
47 PASS lastEvent.pageY is 0
48 PASS lastEvent.touches[0].pageX is 15 44 PASS lastEvent.touches[0].pageX is 15
49 PASS lastEvent.touches[0].pageY is 15 45 PASS lastEvent.touches[0].pageY is 15
50 PASS lastEvent.touches[0].clientX is 15 46 PASS lastEvent.touches[0].clientX is 15
51 PASS lastEvent.touches[0].clientY is 15 47 PASS lastEvent.touches[0].clientY is 15
52 PASS lastEvent.touches[0].identifier is 0 48 PASS lastEvent.touches[0].identifier is 0
53 PASS lastEvent.touches[1].pageX is 25 49 PASS lastEvent.touches[1].pageX is 25
54 PASS lastEvent.touches[1].pageY is 35 50 PASS lastEvent.touches[1].pageY is 35
55 PASS lastEvent.touches[1].clientX is 25 51 PASS lastEvent.touches[1].clientX is 25
56 PASS lastEvent.touches[1].clientY is 35 52 PASS lastEvent.touches[1].clientY is 35
57 PASS lastEvent.touches[1].identifier is 1 53 PASS lastEvent.touches[1].identifier is 1
(...skipping 14 matching lines...) Expand all
72 PASS lastEvent.targetTouches[0].identifier is 0 68 PASS lastEvent.targetTouches[0].identifier is 0
73 PASS lastEvent.targetTouches[1].pageX is 25 69 PASS lastEvent.targetTouches[1].pageX is 25
74 PASS lastEvent.targetTouches[1].pageY is 35 70 PASS lastEvent.targetTouches[1].pageY is 35
75 PASS lastEvent.targetTouches[1].clientX is 25 71 PASS lastEvent.targetTouches[1].clientX is 25
76 PASS lastEvent.targetTouches[1].clientY is 35 72 PASS lastEvent.targetTouches[1].clientY is 35
77 PASS lastEvent.targetTouches[1].identifier is 1 73 PASS lastEvent.targetTouches[1].identifier is 1
78 PASS lastEvent.type is "touchend" 74 PASS lastEvent.type is "touchend"
79 PASS lastEvent.touches.length is 0 75 PASS lastEvent.touches.length is 0
80 PASS lastEvent.changedTouches.length is 2 76 PASS lastEvent.changedTouches.length is 2
81 PASS lastEvent.targetTouches.length is 0 77 PASS lastEvent.targetTouches.length is 0
82 PASS lastEvent.pageX is 0
83 PASS lastEvent.pageY is 0
84 PASS lastEvent.changedTouches[0].pageX is 15 78 PASS lastEvent.changedTouches[0].pageX is 15
85 PASS lastEvent.changedTouches[0].pageY is 15 79 PASS lastEvent.changedTouches[0].pageY is 15
86 PASS lastEvent.changedTouches[0].clientX is 15 80 PASS lastEvent.changedTouches[0].clientX is 15
87 PASS lastEvent.changedTouches[0].clientY is 15 81 PASS lastEvent.changedTouches[0].clientY is 15
88 PASS lastEvent.changedTouches[0].identifier is 0 82 PASS lastEvent.changedTouches[0].identifier is 0
89 PASS lastEvent.changedTouches[1].pageX is 25 83 PASS lastEvent.changedTouches[1].pageX is 25
90 PASS lastEvent.changedTouches[1].pageY is 35 84 PASS lastEvent.changedTouches[1].pageY is 35
91 PASS lastEvent.changedTouches[1].clientX is 25 85 PASS lastEvent.changedTouches[1].clientX is 25
92 PASS lastEvent.changedTouches[1].clientY is 35 86 PASS lastEvent.changedTouches[1].clientY is 35
93 PASS lastEvent.changedTouches[1].identifier is 1 87 PASS lastEvent.changedTouches[1].identifier is 1
94 PASS successfullyParsed is true 88 PASS successfullyParsed is true
95 89
96 TEST COMPLETE 90 TEST COMPLETE
97 PASS successfullyParsed is true 91 PASS successfullyParsed is true
98 92
99 TEST COMPLETE 93 TEST COMPLETE
100 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698