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

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

Issue 335413003: Added unprefixed version of Touch radius and force (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated review comments Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/script-tests/document-create-touch.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 849249163d627879139e034f7ec29a6f359c050e..d890022b8fc723e9a6f4cdef71edd290b5a07c02 100644
--- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt
+++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
@@ -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,6 +25,9 @@ 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
FAIL emptyTouch.webkitRotationAngle should be NaN. Was 0.
@@ -33,6 +39,9 @@ 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
FAIL badParamsTouch.webkitRotationAngle should be NaN. Was 0.
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/script-tests/document-create-touch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698