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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-fling-with-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 Tests that slow-path flings convert to the scaled coordinate space correctly. To test manually, pinch zoom into the page and perform a touchpad fling. If the mo use passes over the div it should cause it to scroll. If it doesn't pass over th e div it shouldn't scroll. 1 Tests that slow-path flings convert to the scaled coordinate space correctly. To test manually, pinch zoom into the page and perform a touchpad fling. If the mo use passes over the div it should cause it to scroll. If it doesn't pass over th e div it shouldn't scroll.
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 Flinging vertically with mouse over container. Container should be scrolled. 6 Flinging vertically with mouse over container. Container should be scrolled.
7 PASS verticalContainer.scrollTop is not fullyScrolled 7 PASS verticalContainer.scrollTop is not fullyScrolled
8 Flinging vertically with mouse *not* over container. Container should not be scr olled at all.
9 PASS verticalContainer.scrollTop is fullyScrolled
10 PASS horizontalContainer.scrollLeft is fullyScrolled
11 Flinging horizontally with mouse over container. Container should be scrolled. 8 Flinging horizontally with mouse over container. Container should be scrolled.
12 PASS horizontalContainer.scrollLeft is not fullyScrolled 9 PASS horizontalContainer.scrollLeft is not fullyScrolled
13 Flinging horizontally with mouse *not* over container. Container should not be s crolled at all.
14 PASS verticalContainer.scrollTop is fullyScrolled
15 PASS horizontalContainer.scrollLeft is fullyScrolled
16 PASS successfullyParsed is true 10 PASS successfullyParsed is true
17 11
18 TEST COMPLETE 12 TEST COMPLETE
19 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698