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

Side by Side Diff: LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt

Issue 1019273002: Revert "Tweaks layoutTests to use eventSender.setTouchPointRadius correctly" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/events/touch/touch-fractional-coordinates.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests non-integer TouchEvent co-ordinates and radii 1 Tests non-integer TouchEvent co-ordinates and radii
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 6
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 Testing simple fractional touch 10 Testing simple fractional touch
11 PASS eventCount is 1 11 PASS eventCount is 1
12 PASS lastEvent.type is "touchstart" 12 PASS lastEvent.type is "touchstart"
13 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 30.33 13 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 30.33
14 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 4.5 14 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 4.5
15 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 30.33 15 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 30.33
16 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 4.5 16 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 4.5
17 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 33.33 17 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 33.33
18 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 14.5 18 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 14.5
19 PASS lastEvent.changedTouches[0].webkitRadiusX is within 0.00001 of 5.2
20 PASS lastEvent.changedTouches[0].webkitRadiusY is within 0.00001 of 6.3
19 21
20 Testing fractional touch inside simple iframe 22 Testing fractional touch inside simple iframe
21 PASS eventCount is 1 23 PASS eventCount is 1
22 PASS lastEvent.type is "touchstart" 24 PASS lastEvent.type is "touchstart"
23 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 11.5 25 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 11.5
24 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 92.2 26 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 92.2
25 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 4.5 27 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 4.5
26 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 2.2 28 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 2.2
27 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 4.5 29 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 4.5
28 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 2.2 30 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 2.2
(...skipping 12 matching lines...) Expand all
41 PASS eventCount is 1 43 PASS eventCount is 1
42 PASS lastEvent.type is "touchstart" 44 PASS lastEvent.type is "touchstart"
43 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 244.5 45 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 244.5
44 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 97.2 46 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 97.2
45 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 2.25 47 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 2.25
46 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 1.1 48 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 1.1
47 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 2.25 49 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 2.25
48 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 1.1 50 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 1.1
49 51
50 52
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/touch-fractional-coordinates.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698