Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / touch-gesture-fling-with-page-scale-expected.txt
blobae7304dd8fcfb53a56fb5ca423e84c2797fe6a35
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 mouse passes over the div it should cause it to scroll. If it doesn't pass over the div it shouldn't scroll.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Flinging vertically with mouse over container. Container should be scrolled.
7 PASS verticalContainer.scrollTop is not fullyScrolled
8 Flinging vertically with mouse *not* over container. Container should not be scrolled 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.
12 PASS horizontalContainer.scrollLeft is not fullyScrolled
13 Flinging horizontally with mouse *not* over container. Container should not be scrolled at all.
14 PASS verticalContainer.scrollTop is fullyScrolled
15 PASS horizontalContainer.scrollLeft is fullyScrolled
16 PASS successfullyParsed is true
18 TEST COMPLETE