Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / document-create-touch-expected.txt
index 9e2eabc..f276d66 100644 (file)
@@ -11,6 +11,9 @@ PASS touch.pageX is 100
 PASS touch.pageY is 101
 PASS touch.screenX is 102
 PASS touch.screenY is 103
+PASS touch.radiusX is 5
+PASS touch.radiusY is 3
+PASS touch.force is 10
 PASS touch.webkitRadiusX is 5
 PASS touch.webkitRadiusY is 3
 PASS touch.webkitRotationAngle is 10
@@ -22,10 +25,13 @@ PASS emptyTouch.pageX is 0
 PASS emptyTouch.pageY is 0
 PASS emptyTouch.screenX is 0
 PASS emptyTouch.screenY is 0
+PASS emptyTouch.radiusX is 0
+PASS emptyTouch.radiusY is 0
+FAIL emptyTouch.force should be NaN. Was 0.
 PASS emptyTouch.webkitRadiusX is 0
 PASS emptyTouch.webkitRadiusY is 0
-PASS emptyTouch.webkitRotationAngle is NaN
-PASS emptyTouch.webkitForce is NaN
+FAIL emptyTouch.webkitRotationAngle should be NaN. Was 0.
+FAIL emptyTouch.webkitForce should be NaN. Was 0.
 PASS badParamsTouch is non-null.
 PASS badParamsTouch.target is null
 PASS badParamsTouch.identifier is 0
@@ -33,10 +39,27 @@ PASS badParamsTouch.pageX is 0
 PASS badParamsTouch.pageY is 0
 PASS badParamsTouch.screenX is 0
 PASS badParamsTouch.screenY is 104
+PASS badParamsTouch.radiusX is 0
+PASS badParamsTouch.radiusY is 0
+FAIL badParamsTouch.force should be NaN. Was 0.
 PASS badParamsTouch.webkitRadiusX is 0
 PASS badParamsTouch.webkitRadiusY is 0
-PASS badParamsTouch.webkitRotationAngle is NaN
-PASS badParamsTouch.webkitForce is NaN
+FAIL badParamsTouch.webkitRotationAngle should be NaN. Was 0.
+FAIL badParamsTouch.webkitForce should be NaN. Was 0.
+PASS detachedTouch = document.implementation.createDocument('a', 'b').createTouch() is non-null.
+PASS detachedTouch.target is null
+PASS detachedTouch.identifier is 0
+PASS detachedTouch.pageX is 0
+PASS detachedTouch.pageY is 0
+PASS detachedTouch.screenX is 0
+PASS detachedTouch.screenY is 0
+PASS detachedTouch.radiusX is 0
+PASS detachedTouch.radiusY is 0
+FAIL detachedTouch.force should be NaN. Was 0.
+PASS detachedTouch.webkitRadiusX is 0
+PASS detachedTouch.webkitRadiusY is 0
+FAIL detachedTouch.webkitRotationAngle should be NaN. Was 0.
+FAIL detachedTouch.webkitForce should be NaN. Was 0.
 PASS successfullyParsed is true
 
 TEST COMPLETE