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

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: Created 3 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
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 -----Event-----
allada 2017/06/27 19:08:16 Need rebase?
35 type: touchmove 36 type: touchmove
36 ----Touches---- 37 ----Touches----
37 id: 0 38 id: 0
38 pageX: 100 39 pageX: 100
39 pageY: 250 40 pageY: 250
40 radiusX: 11.5 41 radiusX: 11.5
41 radiusY: 11.5 42 radiusY: 11.5
42 rotationAngle: 0 43 rotationAngle: 0
43 force: 1 44 force: 1
44 -----Event-----
45 type: touchend
allada 2017/06/26 22:02:53 This probably happened because expectedEventCount
dgozman 2017/06/26 23:22:07 Right. Otherwise the test flakes (and I believe it
46 ----Touches----
47 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698