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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-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
8 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
9 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
10 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
1 -----Event----- 11 -----Event-----
2 type: touchstart 12 type: touchstart
3 ----Touches---- 13 ----Touches----
4 id: 0 14 id: 0
5 pageX: 100 15 pageX: 100
6 pageY: 200 16 pageY: 200
7 radiusX: 11.5 17 radiusX: 11.5
8 radiusY: 11.5 18 radiusY: 11.5
9 rotationAngle: 0 19 rotationAngle: 0
10 force: 1 20 force: 1
(...skipping 27 matching lines...) Expand all
38 pageX: 100 48 pageX: 100
39 pageY: 250 49 pageY: 250
40 radiusX: 11.5 50 radiusX: 11.5
41 radiusY: 11.5 51 radiusY: 11.5
42 rotationAngle: 0 52 rotationAngle: 0
43 force: 1 53 force: 1
44 -----Event----- 54 -----Event-----
45 type: touchend 55 type: touchend
46 ----Touches---- 56 ----Touches----
47 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698