| 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()
|
|
|