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

Side by Side Diff: LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-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: 11.5 7 radiusX: 11.5
8 webkitRadiusY: 11.5 8 radiusY: 11.5
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: 250 16 pageY: 250
17 webkitRadiusX: 11.5 17 radiusX: 11.5
18 webkitRadiusY: 11.5 18 radiusY: 11.5
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 ----Touches---- 26 ----Touches----
27 id: 0 27 id: 0
28 pageX: 100 28 pageX: 100
29 pageY: 200 29 pageY: 200
30 webkitRadiusX: 11.5 30 radiusX: 11.5
31 webkitRadiusY: 11.5 31 radiusY: 11.5
32 webkitRotationAngle: 0 32 rotationAngle: 0
33 webkitForce: 1 33 force: 1
34 -----Event----- 34 -----Event-----
35 type: touchmove 35 type: touchmove
36 ----Touches---- 36 ----Touches----
37 id: 0 37 id: 0
38 pageX: 100 38 pageX: 100
39 pageY: 250 39 pageY: 250
40 webkitRadiusX: 11.5 40 radiusX: 11.5
41 webkitRadiusY: 11.5 41 radiusY: 11.5
42 webkitRotationAngle: 0 42 rotationAngle: 0
43 webkitForce: 1 43 force: 1
44 -----Event----- 44 -----Event-----
45 type: touchend 45 type: touchend
46 ----Touches---- 46 ----Touches----
47 47
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent.html ('k') | Source/core/dom/Touch.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698