87ac203df277b4e3f387bd82ef4b1fb0b0e99dc9
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / zoom-body-scroll-expected.txt
1 Test for rdar://problem/6643103 Unscaled values from body.scrollHeight.
2
3 scrollHeight: 1000
4 scrollWidth: 1000
5
6 Scrolling right to 50
7 scrollLeft: 50
8
9 Zooming in
10 scrollHeight: 1000
11 scrollWidth: 1000
12 scrollTop: 0
13 scrollLeft: 49
14
15 Scrolling down to 100
16 scrollTop: 99
17
18 Zooming back out
19 scrollTop: 100
20 scrollLeft: 50
21