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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/input/dispatchTouchEvent-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
1 -----Event----- 7 -----Event-----
2 type: touchstart 8 type: touchstart
3 ----Touches---- 9 ----Touches----
4 id: 0 10 id: 0
5 pageX: 100 11 pageX: 100
6 pageY: 200 12 pageY: 200
7 radiusX: 1 13 radiusX: 1
8 radiusY: 1 14 radiusY: 1
9 rotationAngle: 0 15 rotationAngle: 0
10 force: 1 16 force: 1
(...skipping 25 matching lines...) Expand all
36 pageX: 100 42 pageX: 100
37 pageY: 200 43 pageY: 200
38 radiusX: 5 44 radiusX: 5
39 radiusY: 6 45 radiusY: 6
40 rotationAngle: 1 46 rotationAngle: 1
41 force: 0 47 force: 0
42 -----Event----- 48 -----Event-----
43 type: touchend 49 type: touchend
44 ----Touches---- 50 ----Touches----
45 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698