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

Unified Diff: LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.html

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/fast/events/touch/touch-browser-zoom-scales-radius.html
diff --git a/LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.html b/LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.html
index da82ad3ba89ea3f94d84f4da7847e2b8e9dd8b5c..de44c94966a43f946aaa2ad9c318cf1b69012f46 100644
--- a/LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.html
+++ b/LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.html
@@ -8,8 +8,8 @@
function touchHandler(e) {
var touch = e.touches[0];
- radiusX = touch.webkitRadiusX;
- radiusY = touch.webkitRadiusY;
+ radiusX = touch.radiusX;
+ radiusY = touch.radiusY;
}
function endTest()

Powered by Google App Engine
This is Rietveld 408576698