Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / touch-coords-in-zoom-and-scroll-expected.txt
blob1e33f28bd20c75fb34a6be1452860780c54bab15
1 Base
2 PASS event.touches[0].clientX is 100
3 PASS event.touches[0].clientY is 100
4 PASS event.touches[0].pageX is 100
5 PASS event.touches[0].pageY is 100
7 Just zoomed
8 PASS event.touches[0].clientX is within 0.00001 of 83.33333
9 PASS event.touches[0].clientY is within 0.00001 of 83.33333
10 PASS event.touches[0].pageX is within 0.00001 of 83.33333
11 PASS event.touches[0].pageY is within 0.00001 of 83.33333
13 Just scrolled
14 PASS event.touches[0].clientX is 100
15 PASS event.touches[0].clientY is 100
16 PASS event.touches[0].pageX is 150
17 PASS event.touches[0].pageY is 150
19 Zoomed and scrolled
20 PASS event.touches[0].clientX is within 0.00001 of 83.33333
21 PASS event.touches[0].clientY is within 0.00001 of 83.33333
22 PASS event.touches[0].pageX is within 0.00001 of 133.33333
23 PASS event.touches[0].pageY is within 0.00001 of 133.33333
24 PASS successfullyParsed is true
26 TEST COMPLETE
27 PASS successfullyParsed is true
29 TEST COMPLETE