1 Tests that scrolling to make an element visible successfully scrolls an arbitrary HTML element that has CSS overflow set to 'scroll'.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS container.scrollTop is 0
10 PASS container.scrollTop >= minYOffset is true
11 PASS container.scrollTop <= maxYOffset is true
12 PASS container.scrollTop >= minYOffset is true
13 PASS container.scrollTop <= maxYOffset is true
14 PASS successfullyParsed is true