Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt

Issue 1424593002: Update layout tests to use internals.visualViewport APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo delete test that depends on "inert-visual-viewport" flag Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698