1 Test that keyboard scrolling while the page is scaled scrolls both viewports. To test manually, pinch zoom into the page and use the arrow keys, page up/down, home/end to scroll the page. You should be able to reach the end of the page bounds (i.e. scroll to see the divs at the bounds.)
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
10 PASS window.scrollY is > 0
11 PASS window.scrollY is pageHeight - window.innerHeight
12 PASS window.scrollY is 0
13 PASS window.scrollX is pageWidth - window.innerWidth
14 PASS window.scrollX is 0
16 Testing home and end keys:
17 PASS window.scrollY is pageHeight - window.innerHeight
18 PASS window.scrollY is 0
20 Testing page up and page down keys:
21 PASS window.scrollY is > 0
22 PASS window.scrollY is pageHeight - window.innerHeight
23 PASS window.scrollY is 0
26 PASS window.scrollY is > 0
27 PASS window.scrollY is pageHeight - window.innerHeight
28 PASS window.scrollY is 0
30 Top of pageBottom of pageLeft of pageRight of pageMiddle of page