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

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

Issue 1159793005: Deprecated webkit-prefixed properties of the Touch interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
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.radiusX is 5 14 PASS touch.radiusX is 5
15 PASS touch.radiusY is 3 15 PASS touch.radiusY is 3
16 PASS touch.rotationAngle is 10 16 PASS touch.rotationAngle is 10
17 PASS touch.force is 10 17 PASS touch.force is 10
18 PASS touch.webkitRadiusX is 5
19 PASS touch.webkitRadiusY is 3
20 PASS touch.webkitRotationAngle is 10
21 PASS touch.webkitForce is 10
22 PASS emptyTouch is non-null. 18 PASS emptyTouch is non-null.
23 PASS emptyTouch.target is null 19 PASS emptyTouch.target is null
24 PASS emptyTouch.identifier is 0 20 PASS emptyTouch.identifier is 0
25 PASS emptyTouch.pageX is 0 21 PASS emptyTouch.pageX is 0
26 PASS emptyTouch.pageY is 0 22 PASS emptyTouch.pageY is 0
27 PASS emptyTouch.screenX is 0 23 PASS emptyTouch.screenX is 0
28 PASS emptyTouch.screenY is 0 24 PASS emptyTouch.screenY is 0
29 PASS emptyTouch.radiusX is 0 25 PASS emptyTouch.radiusX is 0
30 PASS emptyTouch.radiusY is 0 26 PASS emptyTouch.radiusY is 0
31 PASS emptyTouch.rotationAngle is 0 27 PASS emptyTouch.rotationAngle is 0
32 PASS emptyTouch.force is 0 28 PASS emptyTouch.force is 0
33 PASS emptyTouch.webkitRadiusX is 0
34 PASS emptyTouch.webkitRadiusY is 0
35 PASS emptyTouch.webkitRotationAngle is 0
36 PASS emptyTouch.webkitForce is 0
37 PASS badParamsTouch is non-null. 29 PASS badParamsTouch is non-null.
38 PASS badParamsTouch.target is null 30 PASS badParamsTouch.target is null
39 PASS badParamsTouch.identifier is 0 31 PASS badParamsTouch.identifier is 0
40 PASS badParamsTouch.pageX is 0 32 PASS badParamsTouch.pageX is 0
41 PASS badParamsTouch.pageY is 0 33 PASS badParamsTouch.pageY is 0
42 PASS badParamsTouch.screenX is 0 34 PASS badParamsTouch.screenX is 0
43 PASS badParamsTouch.screenY is 104 35 PASS badParamsTouch.screenY is 104
44 PASS badParamsTouch.radiusX is 0 36 PASS badParamsTouch.radiusX is 0
45 PASS badParamsTouch.radiusY is 0 37 PASS badParamsTouch.radiusY is 0
46 PASS badParamsTouch.rotationAngle is 0 38 PASS badParamsTouch.rotationAngle is 0
47 PASS badParamsTouch.force is 0 39 PASS badParamsTouch.force is 0
48 PASS badParamsTouch.webkitRadiusX is 0
49 PASS badParamsTouch.webkitRadiusY is 0
50 PASS badParamsTouch.webkitRotationAngle is 0
51 PASS badParamsTouch.webkitForce is 0
52 PASS detachedTouch = document.implementation.createDocument('a', 'b').createTouc h() is non-null. 40 PASS detachedTouch = document.implementation.createDocument('a', 'b').createTouc h() is non-null.
53 PASS detachedTouch.target is null 41 PASS detachedTouch.target is null
54 PASS detachedTouch.identifier is 0 42 PASS detachedTouch.identifier is 0
55 PASS detachedTouch.pageX is 0 43 PASS detachedTouch.pageX is 0
56 PASS detachedTouch.pageY is 0 44 PASS detachedTouch.pageY is 0
57 PASS detachedTouch.screenX is 0 45 PASS detachedTouch.screenX is 0
58 PASS detachedTouch.screenY is 0 46 PASS detachedTouch.screenY is 0
59 PASS detachedTouch.radiusX is 0 47 PASS detachedTouch.radiusX is 0
60 PASS detachedTouch.radiusY is 0 48 PASS detachedTouch.radiusY is 0
61 PASS detachedTouch.rotationAngle is 0 49 PASS detachedTouch.rotationAngle is 0
62 PASS detachedTouch.force is 0 50 PASS detachedTouch.force is 0
63 PASS detachedTouch.webkitRadiusX is 0
64 PASS detachedTouch.webkitRadiusY is 0
65 PASS detachedTouch.webkitRotationAngle is 0
66 PASS detachedTouch.webkitForce is 0
67 PASS successfullyParsed is true 51 PASS successfullyParsed is true
68 52
69 TEST COMPLETE 53 TEST COMPLETE
70 PASS successfullyParsed is true 54 PASS successfullyParsed is true
71 55
72 TEST COMPLETE 56 TEST COMPLETE
73 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698