1 Verifies that scrolling APIs support fractional offsets.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 set PreferCompositingToLCDTextEnabled true
7 Scrolling DIV with scrollTop/scrollLeft
8 PASS scroller.scrollTop is within 0.01 of 4.2
9 PASS scroller.scrollLeft is within 0.01 of 4.2
10 Scrolling the document with window.scroll
11 PASS window.scrollY is within 0.01 of 5.2
12 PASS window.scrollX is within 0.01 of 5.2
13 Scrolling the document with window.scrollTo
14 PASS window.pageYOffset is within 0.01 of 5.2
15 PASS window.pageXOffset is within 0.01 of 5.2
16 Scrolling the document with window.scrollBy
17 PASS window.scrollY is within 0.01 of 5.2
18 PASS window.scrollX is within 0.01 of 5.2
20 ---- Testing page zoom = 2 ----
21 Scrolling DIV with scrollTop/scrollLeft
22 PASS scroller.scrollTop is within 0.01 of 4
23 PASS scroller.scrollLeft is within 0.01 of 4
24 Scrolling the document with window.scroll
25 PASS window.scrollY is within 0.01 of 5
26 PASS window.scrollX is within 0.01 of 5
27 Scrolling the document with window.scrollTo
28 PASS window.pageYOffset is within 0.01 of 5
29 PASS window.pageXOffset is within 0.01 of 5
30 Scrolling the document with window.scrollBy
31 PASS window.scrollY is within 0.01 of 5
32 PASS window.scrollX is within 0.01 of 5
34 Scrolling DIV with scrollTop/scrollLeft
35 PASS scroller.scrollTop is within 0.01 of 4.5
36 PASS scroller.scrollLeft is within 0.01 of 4.5
37 Scrolling the document with window.scroll
38 PASS window.scrollY is within 0.01 of 5.5
39 PASS window.scrollX is within 0.01 of 5.5
40 Scrolling the document with window.scrollTo
41 PASS window.pageYOffset is within 0.01 of 5.5
42 PASS window.pageXOffset is within 0.01 of 5.5
43 Scrolling the document with window.scrollBy
44 PASS window.scrollY is within 0.01 of 5.5
45 PASS window.scrollX is within 0.01 of 5.5
47 set PreferCompositingToLCDTextEnabled false
48 Scrolling DIV with scrollTop/scrollLeft
49 PASS scroller.scrollTop is within 0.01 of 4
50 PASS scroller.scrollLeft is within 0.01 of 4
51 Scrolling the document with window.scroll
52 PASS window.scrollY is within 0.01 of 5
53 PASS window.scrollX is within 0.01 of 5
54 Scrolling the document with window.scrollTo
55 PASS window.pageYOffset is within 0.01 of 5
56 PASS window.pageXOffset is within 0.01 of 5
57 Scrolling the document with window.scrollBy
58 PASS window.scrollY is within 0.01 of 5
59 PASS window.scrollX is within 0.01 of 5
61 ---- Testing page zoom = 2 ----
62 Scrolling DIV with scrollTop/scrollLeft
63 PASS scroller.scrollTop is within 0.01 of 4
64 PASS scroller.scrollLeft is within 0.01 of 4
65 Scrolling the document with window.scroll
66 PASS window.scrollY is within 0.01 of 5
67 PASS window.scrollX is within 0.01 of 5
68 Scrolling the document with window.scrollTo
69 PASS window.pageYOffset is within 0.01 of 5
70 PASS window.pageXOffset is within 0.01 of 5
71 Scrolling the document with window.scrollBy
72 PASS window.scrollY is within 0.01 of 5
73 PASS window.scrollX is within 0.01 of 5
75 Scrolling DIV with scrollTop/scrollLeft
76 PASS scroller.scrollTop is within 0.01 of 4.5
77 PASS scroller.scrollLeft is within 0.01 of 4.5
78 Scrolling the document with window.scroll
79 PASS window.scrollY is within 0.01 of 5.5
80 PASS window.scrollX is within 0.01 of 5.5
81 Scrolling the document with window.scrollTo
82 PASS window.pageYOffset is within 0.01 of 5.5
83 PASS window.pageXOffset is within 0.01 of 5.5
84 Scrolling the document with window.scrollBy
85 PASS window.scrollY is within 0.01 of 5.5
86 PASS window.scrollX is within 0.01 of 5.5
88 PASS successfullyParsed is true