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

Unified Diff: LayoutTests/fast/events/touch/document-create-touch-expected.txt

Issue 1149233003: Exposed unprefixed Touch.rotationAngle to web. (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/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 f276d66a7adc6069cda88957c4680cadf0699bdd..ef8cd0e1f4290bfb45ca28677e427a9e11b1e7ad 100644
--- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt
+++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
@@ -13,6 +13,7 @@ PASS touch.screenX is 102
PASS touch.screenY is 103
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
@@ -27,11 +28,12 @@ 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.rotationAngle is 0
+PASS emptyTouch.force is 0
PASS emptyTouch.webkitRadiusX is 0
PASS emptyTouch.webkitRadiusY is 0
-FAIL emptyTouch.webkitRotationAngle should be NaN. Was 0.
-FAIL emptyTouch.webkitForce should be NaN. Was 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
@@ -41,11 +43,12 @@ 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.rotationAngle is 0
+PASS badParamsTouch.force is 0
PASS badParamsTouch.webkitRadiusX is 0
PASS badParamsTouch.webkitRadiusY is 0
-FAIL badParamsTouch.webkitRotationAngle should be NaN. Was 0.
-FAIL badParamsTouch.webkitForce should be NaN. Was 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
@@ -55,11 +58,12 @@ 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.rotationAngle is 0
+PASS detachedTouch.force is 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 detachedTouch.webkitRotationAngle is 0
+PASS detachedTouch.webkitForce is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698