Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / touch-gesture-noscroll-body-propagated-expected.txt
blobc5e49a218c020aff6e1e6021f3c33a708086a78a
1 This tests that a page cannot be scrolled vertically with touch if its body has style overflow-y:hidden and the scroll event is propogated from a scrollable child div.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 first gesture
7 PASS document.documentElement.scrollTop is 0
8 PASS document.documentElement.scrollLeft is 0
9 PASS wheelEventsOccurred is 0
10 second gesture
11 PASS document.documentElement.scrollTop is 0
12 PASS document.documentElement.scrollLeft is 0
13 PASS wheelEventsOccurred is 0
14 PASS scrollEventsOccurred is 0
15 PASS successfullyParsed is true
17 TEST COMPLETE