blob: 8f171e2934a6eae1d1b35e1cbd5206e77e5dfd1b [file] [log] [blame]
This test verifies that smooth scrolls initiated on the main thread add the appropriate main thread scrolling reason.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.getScrollAnimationState(document) is RUNNING_ON_COMPOSITOR
PASS internals.mainThreadScrollingReasons(document) is ANIMATING_TEXT
PASS internals.getScrollAnimationState(document) became IDLE
PASS document.scrollingElement.scrollTop is 40
PASS internals.mainThreadScrollingReasons(document) == '' is true
PASS successfullyParsed is true
TEST COMPLETE