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".
7 PASS document.documentElement.scrollTop is 0
8 PASS document.documentElement.scrollLeft is 0
9 PASS wheelEventsOccurred is 0
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