| OLD | NEW |
| 1 Test that scrolling editor commands while pinch-zoomed scrolls both viewports. T
o 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 bou
nds (i.e. scroll to see the divs at the bounds.) | 1 Test that scrolling editor commands while pinch-zoomed scrolls both viewports. T
o 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 bou
nds (i.e. scroll to see the divs at the bounds.) |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 | 9 |
| 10 Testing Document Scrolling: | 10 Testing Document Scrolling: |
| 11 PASS window.scrollY is pageHeight - window.innerHeight | 11 PASS window.scrollY is pageHeight - window.innerHeight |
| 12 PASS window.scrollX is 0 | 12 PASS window.scrollX is 0 |
| 13 PASS window.scrollY is 0 | 13 PASS window.scrollY is 0 |
| 14 PASS window.scrollX is 0 | 14 PASS window.scrollX is 0 |
| 15 | 15 |
| 16 Testing Page Scrolling: | 16 Testing Page Scrolling: |
| 17 PASS window.scrollY is pageHeight - window.innerHeight | 17 PASS internals.visualViewportScrollY() is pageHeight - internals.visualViewportH
eight() |
| 18 PASS window.scrollX is 0 | 18 PASS internals.visualViewportScrollX() is 0 |
| 19 PASS window.scrollY is 0 | 19 PASS internals.visualViewportScrollY() is 0 |
| 20 PASS window.scrollX is 0 | 20 PASS internals.visualViewportScrollX() is 0 |
| 21 | 21 |
| 22 Testing Line Scrolling: | 22 Testing Line Scrolling: |
| 23 PASS window.scrollY is pageHeight - window.innerHeight | 23 PASS internals.visualViewportScrollY() is pageHeight - internals.visualViewportH
eight() |
| 24 PASS window.scrollX is 0 | 24 PASS internals.visualViewportScrollX() is 0 |
| 25 PASS window.scrollY is 0 | 25 PASS internals.visualViewportScrollY() is 0 |
| 26 PASS window.scrollX is 0 | 26 PASS internals.visualViewportScrollX() is 0 |
| 27 | 27 |
| 28 Top of pageBottom of pageLeft of pageRight of pageMiddle of page | 28 Top of pageBottom of pageLeft of pageRight of pageMiddle of page |
| OLD | NEW |