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

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

Issue 298133003: Expose fractional TouchEvent coordinates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make layout test output stable across platforms 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/resources/frame-touchevent-forwarder.html » ('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 9e2eabc92aceb4e365670b46d813f19398f0a047..849249163d627879139e034f7ec29a6f359c050e 100644
--- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt
+++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
@@ -24,8 +24,8 @@ PASS emptyTouch.screenX is 0
PASS emptyTouch.screenY is 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
@@ -35,8 +35,8 @@ PASS badParamsTouch.screenX is 0
PASS badParamsTouch.screenY is 104
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 successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/resources/frame-touchevent-forwarder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698