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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/resources/frame-touchevent-forwarder.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests support for the document.createTouch API. 1 This tests support for the document.createTouch API.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS "createTouch" in document is true 6 PASS "createTouch" in document is true
7 PASS touch is non-null. 7 PASS touch is non-null.
8 PASS touch.target is box 8 PASS touch.target is box
9 PASS touch.identifier is 1 9 PASS touch.identifier is 1
10 PASS touch.pageX is 100 10 PASS touch.pageX is 100
11 PASS touch.pageY is 101 11 PASS touch.pageY is 101
12 PASS touch.screenX is 102 12 PASS touch.screenX is 102
13 PASS touch.screenY is 103 13 PASS touch.screenY is 103
14 PASS touch.webkitRadiusX is 5 14 PASS touch.webkitRadiusX is 5
15 PASS touch.webkitRadiusY is 3 15 PASS touch.webkitRadiusY is 3
16 PASS touch.webkitRotationAngle is 10 16 PASS touch.webkitRotationAngle is 10
17 PASS touch.webkitForce is 10 17 PASS touch.webkitForce is 10
18 PASS emptyTouch is non-null. 18 PASS emptyTouch is non-null.
19 PASS emptyTouch.target is null 19 PASS emptyTouch.target is null
20 PASS emptyTouch.identifier is 0 20 PASS emptyTouch.identifier is 0
21 PASS emptyTouch.pageX is 0 21 PASS emptyTouch.pageX is 0
22 PASS emptyTouch.pageY is 0 22 PASS emptyTouch.pageY is 0
23 PASS emptyTouch.screenX is 0 23 PASS emptyTouch.screenX is 0
24 PASS emptyTouch.screenY is 0 24 PASS emptyTouch.screenY is 0
25 PASS emptyTouch.webkitRadiusX is 0 25 PASS emptyTouch.webkitRadiusX is 0
26 PASS emptyTouch.webkitRadiusY is 0 26 PASS emptyTouch.webkitRadiusY is 0
27 PASS emptyTouch.webkitRotationAngle is NaN 27 FAIL emptyTouch.webkitRotationAngle should be NaN. Was 0.
28 PASS emptyTouch.webkitForce is NaN 28 FAIL emptyTouch.webkitForce should be NaN. Was 0.
29 PASS badParamsTouch is non-null. 29 PASS badParamsTouch is non-null.
30 PASS badParamsTouch.target is null 30 PASS badParamsTouch.target is null
31 PASS badParamsTouch.identifier is 0 31 PASS badParamsTouch.identifier is 0
32 PASS badParamsTouch.pageX is 0 32 PASS badParamsTouch.pageX is 0
33 PASS badParamsTouch.pageY is 0 33 PASS badParamsTouch.pageY is 0
34 PASS badParamsTouch.screenX is 0 34 PASS badParamsTouch.screenX is 0
35 PASS badParamsTouch.screenY is 104 35 PASS badParamsTouch.screenY is 104
36 PASS badParamsTouch.webkitRadiusX is 0 36 PASS badParamsTouch.webkitRadiusX is 0
37 PASS badParamsTouch.webkitRadiusY is 0 37 PASS badParamsTouch.webkitRadiusY is 0
38 PASS badParamsTouch.webkitRotationAngle is NaN 38 FAIL badParamsTouch.webkitRotationAngle should be NaN. Was 0.
39 PASS badParamsTouch.webkitForce is NaN 39 FAIL badParamsTouch.webkitForce should be NaN. Was 0.
40 PASS successfullyParsed is true 40 PASS successfullyParsed is true
41 41
42 TEST COMPLETE 42 TEST COMPLETE
43 PASS successfullyParsed is true 43 PASS successfullyParsed is true
44 44
45 TEST COMPLETE 45 TEST COMPLETE
46 46
OLDNEW
« 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