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

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

Issue 392223003: Handle "frame-less" creation of Touch objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/script-tests/document-create-touch.js » ('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
(...skipping 28 matching lines...) Expand all
39 PASS badParamsTouch.pageY is 0 39 PASS badParamsTouch.pageY is 0
40 PASS badParamsTouch.screenX is 0 40 PASS badParamsTouch.screenX is 0
41 PASS badParamsTouch.screenY is 104 41 PASS badParamsTouch.screenY is 104
42 PASS badParamsTouch.radiusX is 0 42 PASS badParamsTouch.radiusX is 0
43 PASS badParamsTouch.radiusY is 0 43 PASS badParamsTouch.radiusY is 0
44 FAIL badParamsTouch.force should be NaN. Was 0. 44 FAIL badParamsTouch.force should be NaN. Was 0.
45 PASS badParamsTouch.webkitRadiusX is 0 45 PASS badParamsTouch.webkitRadiusX is 0
46 PASS badParamsTouch.webkitRadiusY is 0 46 PASS badParamsTouch.webkitRadiusY is 0
47 FAIL badParamsTouch.webkitRotationAngle should be NaN. Was 0. 47 FAIL badParamsTouch.webkitRotationAngle should be NaN. Was 0.
48 FAIL badParamsTouch.webkitForce should be NaN. Was 0. 48 FAIL badParamsTouch.webkitForce should be NaN. Was 0.
49 PASS detachedTouch = document.implementation.createDocument('a', 'b').createTouc h() is non-null.
50 PASS detachedTouch.target is null
51 PASS detachedTouch.identifier is 0
52 PASS detachedTouch.pageX is 0
53 PASS detachedTouch.pageY is 0
54 PASS detachedTouch.screenX is 0
55 PASS detachedTouch.screenY is 0
56 PASS detachedTouch.radiusX is 0
57 PASS detachedTouch.radiusY is 0
58 FAIL detachedTouch.force should be NaN. Was 0.
59 PASS detachedTouch.webkitRadiusX is 0
60 PASS detachedTouch.webkitRadiusY is 0
61 FAIL detachedTouch.webkitRotationAngle should be NaN. Was 0.
62 FAIL detachedTouch.webkitForce should be NaN. Was 0.
49 PASS successfullyParsed is true 63 PASS successfullyParsed is true
50 64
51 TEST COMPLETE 65 TEST COMPLETE
52 PASS successfullyParsed is true 66 PASS successfullyParsed is true
53 67
54 TEST COMPLETE 68 TEST COMPLETE
55 69
OLDNEW
« 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