summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-expected.txt
blob: b5ed9c5730b8f72979c3c1eba6c85c75103fdf5d (plain)
1
2
3
4
5
6
7
8
9
10
11
This test ensures that consecutive mouse wheel ticks scroll to the right offset. The main purpose of this test is to ensure that smooth scrolling on the compositor works as intended (tested via virtual suite virtual/threaded/).

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS document.scrollingElement.scrollTop == 80 && document.scrollingElement.scrollLeft == 80 became true
PASS document.scrollingElement.scrollTop == 40 && document.scrollingElement.scrollLeft == 40 became true
PASS successfullyParsed is true

TEST COMPLETE