| 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..9e79ecc7af13c0fd2357989d88ec5522f38b8101 100644
|
| --- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt
|
| +++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
|
| @@ -15,10 +15,6 @@ PASS touch.radiusX is 5
|
| PASS touch.radiusY is 3
|
| PASS touch.rotationAngle is 10
|
| PASS touch.force is 10
|
| -PASS touch.webkitRadiusX is 5
|
| -PASS touch.webkitRadiusY is 3
|
| -PASS touch.webkitRotationAngle is 10
|
| -PASS touch.webkitForce is 10
|
| PASS emptyTouch is non-null.
|
| PASS emptyTouch.target is null
|
| PASS emptyTouch.identifier is 0
|
| @@ -30,10 +26,6 @@ PASS emptyTouch.radiusX is 0
|
| PASS emptyTouch.radiusY is 0
|
| PASS emptyTouch.rotationAngle is 0
|
| PASS emptyTouch.force is 0
|
| -PASS emptyTouch.webkitRadiusX is 0
|
| -PASS emptyTouch.webkitRadiusY is 0
|
| -PASS emptyTouch.webkitRotationAngle is 0
|
| -PASS emptyTouch.webkitForce is 0
|
| PASS badParamsTouch is non-null.
|
| PASS badParamsTouch.target is null
|
| PASS badParamsTouch.identifier is 0
|
| @@ -45,10 +37,6 @@ PASS badParamsTouch.radiusX is 0
|
| PASS badParamsTouch.radiusY is 0
|
| PASS badParamsTouch.rotationAngle is 0
|
| PASS badParamsTouch.force is 0
|
| -PASS badParamsTouch.webkitRadiusX is 0
|
| -PASS badParamsTouch.webkitRadiusY is 0
|
| -PASS badParamsTouch.webkitRotationAngle is 0
|
| -PASS badParamsTouch.webkitForce is 0
|
| PASS detachedTouch = document.implementation.createDocument('a', 'b').createTouch() is non-null.
|
| PASS detachedTouch.target is null
|
| PASS detachedTouch.identifier is 0
|
| @@ -60,10 +48,6 @@ PASS detachedTouch.radiusX is 0
|
| PASS detachedTouch.radiusY is 0
|
| PASS detachedTouch.rotationAngle is 0
|
| PASS detachedTouch.force is 0
|
| -PASS detachedTouch.webkitRadiusX is 0
|
| -PASS detachedTouch.webkitRadiusY is 0
|
| -PASS detachedTouch.webkitRotationAngle is 0
|
| -PASS detachedTouch.webkitForce is 0
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|