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

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

Issue 990193002: Tweaks layoutTests to use eventSender.setTouchPointRadius correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: LayoutTests fixed (expected results) 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-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
21 19
22 Testing fractional touch inside simple iframe 20 Testing fractional touch inside simple iframe
23 PASS eventCount is 1 21 PASS eventCount is 1
24 PASS lastEvent.type is "touchstart" 22 PASS lastEvent.type is "touchstart"
25 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 11.5 23 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 11.5
26 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 92.2 24 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 92.2
27 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 4.5 25 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 4.5
28 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 2.2 26 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 2.2
29 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 4.5 27 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 4.5
30 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 2.2 28 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 2.2
(...skipping 12 matching lines...) Expand all
43 PASS eventCount is 1 41 PASS eventCount is 1
44 PASS lastEvent.type is "touchstart" 42 PASS lastEvent.type is "touchstart"
45 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 244.5 43 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 244.5
46 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 97.2 44 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 97.2
47 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 2.25 45 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 2.25
48 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 1.1 46 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 1.1
49 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 2.25 47 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 2.25
50 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 1.1 48 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 1.1
51 49
52 50
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