Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / input / dispatchMouseEvent-expected.txt
blobc5c1289a322bb33b1410fdd8ea6a8faf24dce06e
1 -----Event-----
2 type: mousedown
3 button: 0
4 x: 100
5 y: 200
6 -----Event-----
7 type: mouseup
8 button: 0
9 x: 100
10 y: 200
11 -----Event-----
12 type: mousemove
13 button: 0
14 shiftKey
15 x: 50
16 y: 150
17 -----Event-----
18 type: mousedown
19 button: 2
20 x: 100
21 y: 200
22 -----Event-----
23 type: contextmenu
24 button: 2
25 x: 100
26 y: 200
27 -----Event-----
28 type: mouseup
29 button: 2
30 x: 100
31 y: 200