OLD | NEW |
1 This tests that scrollable areas with the appropriate overflow mode set are in f
act scrollable by the user. | 1 This tests that scrollable areas with the appropriate overflow mode set are in f
act scrollable by the user. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
| 6 PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixe
lsPerWheelTick became true |
| 7 PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixe
lsPerWheelTick became true |
| 8 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true |
| 9 PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixe
lsPerWheelTick became true |
| 10 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true |
| 11 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true |
| 12 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true |
| 13 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true |
6 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
7 | 15 |
8 TEST COMPLETE | 16 TEST COMPLETE |
9 ===overflow:scroll with overflow | |
10 PASS div.scrollTop is window.pixelsPerWheelTick | |
11 PASS div.scrollLeft is window.pixelsPerWheelTick | |
12 ===overflow:auto with overflow | |
13 PASS div.scrollTop is window.pixelsPerWheelTick | |
14 PASS div.scrollLeft is window.pixelsPerWheelTick | |
15 ===overflow:hidden with overflow | |
16 PASS div.scrollTop is 0 | |
17 PASS div.scrollLeft is 0 | |
18 ===overflow:overlay with overflow | |
19 PASS div.scrollTop is window.pixelsPerWheelTick | |
20 PASS div.scrollLeft is window.pixelsPerWheelTick | |
21 ===overflow:scroll without overflow | |
22 PASS div.scrollTop is 0 | |
23 PASS div.scrollLeft is 0 | |
24 ===overflow:auto without overflow | |
25 PASS div.scrollTop is 0 | |
26 PASS div.scrollLeft is 0 | |
27 ===overflow:hidden without overflow | |
28 PASS div.scrollTop is 0 | |
29 PASS div.scrollLeft is 0 | |
30 ===overflow:overlay without overflow | |
31 PASS div.scrollTop is 0 | |
32 PASS div.scrollLeft is 0 | |
33 scroll with overflow | 17 scroll with overflow |
34 Content | 18 Content |
35 auto with overflow | 19 auto with overflow |
36 Content | 20 Content |
37 hidden with overflow | 21 hidden with overflow |
38 Content | 22 Content |
39 overlay with overflow | 23 overlay with overflow |
40 Content | 24 Content |
41 scroll without overflow | 25 scroll without overflow |
42 Content | 26 Content |
43 auto without overflow | 27 auto without overflow |
44 Content | 28 Content |
45 hidden without overflow | 29 hidden without overflow |
46 Content | 30 Content |
47 overlay without overflow | 31 overlay without overflow |
48 Content | 32 Content |
OLD | NEW |