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 successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 ===overflow:scroll with overflow | 9 ===overflow:scroll with overflow |
7 PASS div.scrollTop is window.pixelsPerWheelTick | 10 PASS div.scrollTop is window.pixelsPerWheelTick |
8 PASS div.scrollLeft is window.pixelsPerWheelTick | 11 PASS div.scrollLeft is window.pixelsPerWheelTick |
9 ===overflow:auto with overflow | 12 ===overflow:auto with overflow |
10 PASS div.scrollTop is window.pixelsPerWheelTick | 13 PASS div.scrollTop is window.pixelsPerWheelTick |
11 PASS div.scrollLeft is window.pixelsPerWheelTick | 14 PASS div.scrollLeft is window.pixelsPerWheelTick |
12 ===overflow:hidden with overflow | 15 ===overflow:hidden with overflow |
13 PASS div.scrollTop is 0 | 16 PASS div.scrollTop is 0 |
14 PASS div.scrollLeft is 0 | 17 PASS div.scrollLeft is 0 |
15 ===overflow:overlay with overflow | 18 ===overflow:overlay with overflow |
(...skipping 20 matching lines...) Expand all Loading... |
36 overlay with overflow | 39 overlay with overflow |
37 Content | 40 Content |
38 scroll without overflow | 41 scroll without overflow |
39 Content | 42 Content |
40 auto without overflow | 43 auto without overflow |
41 Content | 44 Content |
42 hidden without overflow | 45 hidden without overflow |
43 Content | 46 Content |
44 overlay without overflow | 47 overlay without overflow |
45 Content | 48 Content |
OLD | NEW |