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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
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 22 matching lines...) Expand all
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 PASS badParamsTouch.webkitRotationAngle is NaN
39 PASS badParamsTouch.webkitForce is NaN 39 PASS badParamsTouch.webkitForce is NaN
40 PASS successfullyParsed is true 40 PASS successfullyParsed is true
41 41
42 TEST COMPLETE 42 TEST COMPLETE
43 PASS successfullyParsed is true
44
45 TEST COMPLETE
43 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698