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

Unified Diff: LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt

Issue 1159793005: Deprecated webkit-prefixed properties of the Touch interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent.html ('k') | Source/core/dom/Touch.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt
diff --git a/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt b/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt
index 2088ad6484222a21ae5a22e378323ae1606eb3eb..1138e19befc6ea043116220c8b237e13e39eee7c 100644
--- a/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt
+++ b/LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent-expected.txt
@@ -4,20 +4,20 @@ type: touchstart
id: 0
pageX: 100
pageY: 200
-webkitRadiusX: 11.5
-webkitRadiusY: 11.5
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 11.5
+radiusY: 11.5
+rotationAngle: 0
+force: 1
-----Event-----
type: touchmove
----Touches----
id: 0
pageX: 100
pageY: 250
-webkitRadiusX: 11.5
-webkitRadiusY: 11.5
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 11.5
+radiusY: 11.5
+rotationAngle: 0
+force: 1
-----Event-----
type: touchend
----Touches----
@@ -27,20 +27,20 @@ type: touchstart
id: 0
pageX: 100
pageY: 200
-webkitRadiusX: 11.5
-webkitRadiusY: 11.5
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 11.5
+radiusY: 11.5
+rotationAngle: 0
+force: 1
-----Event-----
type: touchmove
----Touches----
id: 0
pageX: 100
pageY: 250
-webkitRadiusX: 11.5
-webkitRadiusY: 11.5
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 11.5
+radiusY: 11.5
+rotationAngle: 0
+force: 1
-----Event-----
type: touchend
----Touches----
« no previous file with comments | « LayoutTests/inspector-protocol/input/emulateTouchFromMouseEvent.html ('k') | Source/core/dom/Touch.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698