- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / fast / events / touch / gesture / touch-gesture-noscroll-body-yhidden-expected.txt
1 This tests that a page cannot be scrolled vertically with touch (but can still be scrolled horizontally) if its body has style overflow-y:hidden. The scroll events in this test have both an x and y component.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 first gesture
10 PASS document.documentElement.scrollTop is 0
11 PASS document.documentElement.scrollLeft is 55
12 PASS wheelEventsOccurred is 0
13 second gesture
14 PASS document.documentElement.scrollTop is 0
15 PASS document.documentElement.scrollLeft is 97
16 PASS wheelEventsOccurred is 0
17 scroll event 0+> [object HTMLDocument]
18 PASS scrollEventsOccurred is 1
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22