Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / overflow-scrollability-expected.txt
blob90b22e5b02e92c15bc416dd82d77d1e36984fcdd
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
8 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
34 Content
35 auto with overflow
36 Content
37 hidden with overflow
38 Content
39 overlay with overflow
40 Content
41 scroll without overflow
42 Content
43 auto without overflow
44 Content
45 hidden without overflow
46 Content
47 overlay without overflow
48 Content