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/touch-tilt-expected.txt

Issue 750013004: Added experimental tilt and tiltDirection to the Touch interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed WebInputEventConversionTest Created 5 years, 9 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 | « LayoutTests/fast/events/touch/touch-tilt.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test verifies tilt and tiltDirection can be plumbed through correctly via eventS ender
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Sending touchmove (1)
7 PASS touch is null
8 PASS touch is non-null.
9 PASS touch.tilt is NaN
10 PASS touch.tiltDirection is NaN
11 PASS touch is null
12 Sending touchmove (2)
13 PASS touch is null
14 PASS touch is non-null.
15 PASS touch.tilt is 45
16 PASS touch.tiltDirection is 60
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/touch-tilt.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698