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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/input/dispatchMouseEvent-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
3 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
4 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
5 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
7 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
1 -----Event----- 8 -----Event-----
2 type: mousedown 9 type: mousedown
3 button: 0 10 button: 0
4 x: 100 11 x: 100
5 y: 200 12 y: 200
6 -----Event----- 13 -----Event-----
7 type: mouseup 14 type: mouseup
8 button: 0 15 button: 0
9 x: 100 16 x: 100
10 y: 200 17 y: 200
(...skipping 12 matching lines...) Expand all
23 type: contextmenu 30 type: contextmenu
24 button: 2 31 button: 2
25 x: 100 32 x: 100
26 y: 200 33 y: 200
27 -----Event----- 34 -----Event-----
28 type: mouseup 35 type: mouseup
29 button: 2 36 button: 2
30 x: 100 37 x: 100
31 y: 200 38 y: 200
32 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698