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

Unified Diff: LayoutTests/inspector-protocol/input/dispatchTouchEvent-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
Index: LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt
diff --git a/LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt b/LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt
index 0ffadce9097a20a7ad9b4983f68e603426c6f5c4..180c7c112914ad6df949026a5963b365c4940e40 100644
--- a/LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt
+++ b/LayoutTests/inspector-protocol/input/dispatchTouchEvent-expected.txt
@@ -4,20 +4,20 @@ type: touchstart
id: 0
pageX: 100
pageY: 200
-webkitRadiusX: 1
-webkitRadiusY: 1
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 1
+radiusY: 1
+rotationAngle: 0
+force: 1
-----Event-----
type: touchmove
----Touches----
id: 0
pageX: 100
pageY: 200
-webkitRadiusX: 1
-webkitRadiusY: 1
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 1
+radiusY: 1
+rotationAngle: 0
+force: 1
-----Event-----
type: touchend
----Touches----
@@ -28,17 +28,17 @@ shiftKey
id: 0
pageX: 20
pageY: 30
-webkitRadiusX: 1
-webkitRadiusY: 1
-webkitRotationAngle: 0
-webkitForce: 1
+radiusX: 1
+radiusY: 1
+rotationAngle: 0
+force: 1
id: 1
pageX: 100
pageY: 200
-webkitRadiusX: 5
-webkitRadiusY: 6
-webkitRotationAngle: 1
-webkitForce: 0
+radiusX: 5
+radiusY: 6
+rotationAngle: 1
+force: 0
-----Event-----
type: touchend
----Touches----

Powered by Google App Engine
This is Rietveld 408576698