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