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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt

Issue 2961493002: [DevTools] Migrate inspector-protocol/{input,network} tests to new harness (Closed)
Patch Set: minor fixes Created 3 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
1 -----Event----- 2 -----Event-----
2 type: touchstart 3 type: touchstart
3 ----Touches---- 4 ----Touches----
4 id: 0 5 id: 0
5 pageX: 100 6 pageX: 100
6 pageY: 200 7 pageY: 200
7 radiusX: 11.5 8 radiusX: 11.5
8 radiusY: 11.5 9 radiusY: 11.5
9 rotationAngle: 0 10 rotationAngle: 0
10 force: 1 11 force: 1
(...skipping 13 matching lines...) Expand all
24 -----Event----- 25 -----Event-----
25 type: touchstart 26 type: touchstart
26 ----Touches---- 27 ----Touches----
27 id: 0 28 id: 0
28 pageX: 100 29 pageX: 100
29 pageY: 200 30 pageY: 200
30 radiusX: 11.5 31 radiusX: 11.5
31 radiusY: 11.5 32 radiusY: 11.5
32 rotationAngle: 0 33 rotationAngle: 0
33 force: 1 34 force: 1
34 -----Event-----
35 type: touchmove
36 ----Touches----
37 id: 0
38 pageX: 100
39 pageY: 250
40 radiusX: 11.5
41 radiusY: 11.5
42 rotationAngle: 0
43 force: 1
44 -----Event-----
45 type: touchend
46 ----Touches----
47 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698