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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/input/dispatchTouchEvent-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: 1 8 radiusX: 1
8 radiusY: 1 9 radiusY: 1
9 rotationAngle: 0 10 rotationAngle: 0
10 force: 1 11 force: 1
(...skipping 25 matching lines...) Expand all
36 pageX: 100 37 pageX: 100
37 pageY: 200 38 pageY: 200
38 radiusX: 5 39 radiusX: 5
39 radiusY: 6 40 radiusY: 6
40 rotationAngle: 1 41 rotationAngle: 1
41 force: 0 42 force: 0
42 -----Event----- 43 -----Event-----
43 type: touchend 44 type: touchend
44 ----Touches---- 45 ----Touches----
45 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698