3 PASS document.scrollingElement.scrollLeft > 0 is true
4 PASS !document.scrollingElement.scrollTop is true
6 PASS document.scrollingElement.scrollLeft > 0 is true
7 PASS document.scrollingElement.scrollTop > 0 is true
9 PASS document.scrollingElement.scrollLeft < lastScrollLeft is true
10 PASS document.scrollingElement.scrollTop > 0 is true
12 PASS document.scrollingElement.scrollLeft <= lastScrollLeft is true
13 PASS document.scrollingElement.scrollTop < lastScrollTop is true
14 PASS successfullyParsed is true