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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/inspector-protocol/input/dispatchMouseEvent-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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/input/dispatchMouseEvent-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
1 -----Event----- 2 -----Event-----
2 type: mousedown 3 type: mousedown
3 button: 0 4 button: 0
4 x: 100 5 x: 100
5 y: 200 6 y: 200
6 -----Event----- 7 -----Event-----
7 type: mouseup 8 type: mouseup
8 button: 0 9 button: 0
9 x: 100 10 x: 100
10 y: 200 11 y: 200
(...skipping 12 matching lines...) Expand all
23 type: mouseup 24 type: mouseup
24 button: 2 25 button: 2
25 x: 100 26 x: 100
26 y: 200 27 y: 200
27 -----Event----- 28 -----Event-----
28 type: contextmenu 29 type: contextmenu
29 button: 2 30 button: 2
30 x: 100 31 x: 100
31 y: 200 32 y: 200
32 33
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/input/dispatchMouseEvent-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698