1 This tests that scrollable areas with the appropriate overflow mode set are in fact scrollable by the user.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
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
41 scroll without overflow
45 hidden without overflow
47 overlay without overflow