| Index: LayoutTests/fast/events/touch/document-create-touch-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/document-create-touch-expected.txt b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
|
| index ef8cd0e1f4290bfb45ca28677e427a9e11b1e7ad..2e889224a6050405fd043400e9bed9518b2b69b8 100644
|
| --- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt
|
| +++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
|
| @@ -1,3 +1,7 @@
|
| +CONSOLE WARNING: 'Touch.webkitRadiusX' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusX' instead.
|
| +CONSOLE WARNING: 'Touch.webkitRadiusY' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusY' instead.
|
| +CONSOLE WARNING: 'Touch.webkitRotationAngle' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.rotationAngle' instead.
|
| +CONSOLE WARNING: 'Touch.webkitForce' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.force' instead.
|
| This tests support for the document.createTouch API.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|