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

Side by Side Diff: LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt

Issue 1159793005: Deprecated webkit-prefixed properties of the Touch interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
OLDNEW
1 -----Event----- 1 -----Event-----
2 type: touchstart 2 type: touchstart
3 ----Touches---- 3 ----Touches----
4 id: 0 4 id: 0
5 pageX: 100 5 pageX: 100
6 pageY: 200 6 pageY: 200
7 webkitRadiusX: 1 7 radiusX: 1
8 webkitRadiusY: 1 8 radiusY: 1
9 webkitRotationAngle: 0 9 rotationAngle: 0
10 webkitForce: 1 10 force: 1
11 -----Event----- 11 -----Event-----
12 type: touchmove 12 type: touchmove
13 ----Touches---- 13 ----Touches----
14 id: 0 14 id: 0
15 pageX: 100 15 pageX: 100
16 pageY: 200 16 pageY: 200
17 webkitRadiusX: 1 17 radiusX: 1
18 webkitRadiusY: 1 18 radiusY: 1
19 webkitRotationAngle: 0 19 rotationAngle: 0
20 webkitForce: 1 20 force: 1
21 -----Event----- 21 -----Event-----
22 type: touchend 22 type: touchend
23 ----Touches---- 23 ----Touches----
24 -----Event----- 24 -----Event-----
25 type: touchstart 25 type: touchstart
26 shiftKey 26 shiftKey
27 ----Touches---- 27 ----Touches----
28 id: 0 28 id: 0
29 pageX: 20 29 pageX: 20
30 pageY: 30 30 pageY: 30
31 webkitRadiusX: 1 31 radiusX: 1
32 webkitRadiusY: 1 32 radiusY: 1
33 webkitRotationAngle: 0 33 rotationAngle: 0
34 webkitForce: 1 34 force: 1
35 id: 1 35 id: 1
36 pageX: 100 36 pageX: 100
37 pageY: 200 37 pageY: 200
38 webkitRadiusX: 5 38 radiusX: 5
39 webkitRadiusY: 6 39 radiusY: 6
40 webkitRotationAngle: 1 40 rotationAngle: 1
41 webkitForce: 0 41 force: 0
42 -----Event----- 42 -----Event-----
43 type: touchend 43 type: touchend
44 ----Touches---- 44 ----Touches----
45 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698