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

Side by Side Diff: LayoutTests/fast/events/touch/touch-coords-in-zoom-and-scroll-expected.txt

Issue 298133003: Expose fractional TouchEvent coordinates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make layout test output stable across platforms Created 6 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 | Annotate | Revision Log
OLDNEW
1 Base 1 Base
2 PASS event.touches[0].clientX is 100 2 PASS event.touches[0].clientX is 100
3 PASS event.touches[0].clientY is 100 3 PASS event.touches[0].clientY is 100
4 PASS event.touches[0].pageX is 100 4 PASS event.touches[0].pageX is 100
5 PASS event.touches[0].pageY is 100 5 PASS event.touches[0].pageY is 100
6 6
7 Just zoomed 7 Just zoomed
8 PASS event.touches[0].clientX is 83 8 PASS event.touches[0].clientX is within 0.00001 of 83.33333
9 PASS event.touches[0].clientY is 83 9 PASS event.touches[0].clientY is within 0.00001 of 83.33333
10 PASS event.touches[0].pageX is 83 10 PASS event.touches[0].pageX is within 0.00001 of 83.33333
11 PASS event.touches[0].pageY is 83 11 PASS event.touches[0].pageY is within 0.00001 of 83.33333
12 12
13 Just scrolled 13 Just scrolled
14 PASS event.touches[0].clientX is 100 14 PASS event.touches[0].clientX is 100
15 PASS event.touches[0].clientY is 100 15 PASS event.touches[0].clientY is 100
16 PASS event.touches[0].pageX is 150 16 PASS event.touches[0].pageX is 150
17 PASS event.touches[0].pageY is 150 17 PASS event.touches[0].pageY is 150
18 18
19 Zoomed and scrolled 19 Zoomed and scrolled
20 PASS event.touches[0].clientX is 84 20 PASS event.touches[0].clientX is within 0.00001 of 83.33333
21 PASS event.touches[0].clientY is 84 21 PASS event.touches[0].clientY is within 0.00001 of 83.33333
22 PASS event.touches[0].pageX is 133 22 PASS event.touches[0].pageX is within 0.00001 of 133.33333
23 PASS event.touches[0].pageY is 133 23 PASS event.touches[0].pageY is within 0.00001 of 133.33333
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698