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