summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/events/touch/touch-coords-in-zoom-and-scroll-expected.txt
blob: 83823f43d460ebd8f06bc672fb478adf5545321e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Base
PASS event.touches[0].clientX is 100
PASS event.touches[0].clientY is 100
PASS event.touches[0].pageX is 100
PASS event.touches[0].pageY is 100

Just zoomed
PASS event.touches[0].clientX is 83
PASS event.touches[0].clientY is 83
PASS event.touches[0].pageX is 83
PASS event.touches[0].pageY is 83

Just scrolled
PASS event.touches[0].clientX is 100
PASS event.touches[0].clientY is 100
PASS event.touches[0].pageX is 150
PASS event.touches[0].pageY is 150

Zoomed and scrolled
PASS event.touches[0].clientX is 84
PASS event.touches[0].clientY is 84
PASS event.touches[0].pageX is 133
PASS event.touches[0].pageY is 133
PASS successfullyParsed is true

TEST COMPLETE