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

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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.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 CONSOLE WARNING: 'Touch.webkitRadiusX' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusX' instead.
2 CONSOLE WARNING: 'Touch.webkitRadiusY' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusY' instead.
3 CONSOLE WARNING: 'Touch.webkitRotationAngle' is deprecated and will be removed i n M47, around November 2015. Please use 'Touch.rotationAngle' instead.
4 CONSOLE WARNING: 'Touch.webkitForce' is deprecated and will be removed in M47, a round November 2015. Please use 'Touch.force' instead.
1 This tests support for the document.createTouch API. 5 This tests support for the document.createTouch API.
2 6
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 8
5 9
6 PASS "createTouch" in document is true 10 PASS "createTouch" in document is true
7 PASS touch is non-null. 11 PASS touch is non-null.
8 PASS touch.target is box 12 PASS touch.target is box
9 PASS touch.identifier is 1 13 PASS touch.identifier is 1
10 PASS touch.pageX is 100 14 PASS touch.pageX is 100
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 PASS detachedTouch.webkitRadiusY is 0 68 PASS detachedTouch.webkitRadiusY is 0
65 PASS detachedTouch.webkitRotationAngle is 0 69 PASS detachedTouch.webkitRotationAngle is 0
66 PASS detachedTouch.webkitForce is 0 70 PASS detachedTouch.webkitForce is 0
67 PASS successfullyParsed is true 71 PASS successfullyParsed is true
68 72
69 TEST COMPLETE 73 TEST COMPLETE
70 PASS successfullyParsed is true 74 PASS successfullyParsed is true
71 75
72 TEST COMPLETE 76 TEST COMPLETE
73 77
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698