• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Base
2PASS event.touches[0].clientX is 100
3PASS event.touches[0].clientY is 100
4PASS event.touches[0].pageX is 100
5PASS event.touches[0].pageY is 100
6
7Just zoomed
8PASS event.touches[0].clientX is 83
9PASS event.touches[0].clientY is 83
10PASS event.touches[0].pageX is 83
11PASS event.touches[0].pageY is 83
12
13Just scrolled
14PASS event.touches[0].clientX is 100
15PASS event.touches[0].clientY is 100
16PASS event.touches[0].pageX is 150
17PASS event.touches[0].pageY is 150
18
19Zoomed and scrolled
20PASS event.touches[0].clientX is 84
21PASS event.touches[0].clientY is 84
22PASS event.touches[0].pageX is 133
23PASS event.touches[0].pageY is 133
24PASS successfullyParsed is true
25
26TEST COMPLETE
27
28