Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / scrolling / scrolling-apis-subpixel-expected.txt
1 Verifies that scrolling APIs support fractional offsets.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 ---- Testing page zoom = 2 ----
7 Scrolling DIV with scrollTop/scrollLeft
8 PASS scroller.scrollTop is 4
9 PASS scroller.scrollLeft is 4
10 Scrolling the document with window.scroll
11 PASS window.scrollY is 5
12 PASS window.scrollX is 5
13 Scrolling the document with window.scrollTo
14 PASS window.pageYOffset is 5
15 PASS window.pageXOffset is 5
16 Scrolling the document with window.scrollBy
17 PASS window.scrollY is 5
18 PASS window.scrollX is 5
19
20 Scrolling DIV with scrollTop/scrollLeft
21 PASS scroller.scrollTop is 4.5
22 PASS scroller.scrollLeft is 4.5
23 Scrolling the document with window.scroll
24 PASS window.scrollY is 5.5
25 PASS window.scrollX is 5.5
26 Scrolling the document with window.scrollTo
27 PASS window.pageYOffset is 5.5
28 PASS window.pageXOffset is 5.5
29 Scrolling the document with window.scrollBy
30 PASS window.scrollY is 5.5
31 PASS window.scrollX is 5.5
32
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36