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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added-expected.txt

Issue 2511473003: Round the scroll offset synced back to main instead of flooring. (Closed)
Patch Set: Wait for scroll animation to complete before checking main thread scrolling reasons. Created 4 years 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 This test verifies that smooth scrolls initiated on the main thread add the appr opriate main thread scrolling reason. 1 This test verifies that smooth scrolls initiated on the main thread add the appr opriate main thread scrolling reason.
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 internals.getScrollAnimationState(document) is RUNNING_ON_COMPOSITOR 6 PASS internals.getScrollAnimationState(document) is RUNNING_ON_COMPOSITOR
7 PASS internals.mainThreadScrollingReasons(document) is ANIMATING_TEXT 7 PASS internals.mainThreadScrollingReasons(document) is ANIMATING_TEXT
8 PASS document.scrollingElement.scrollTop == 40 became true 8 PASS internals.getScrollAnimationState(document) became IDLE
9 PASS document.scrollingElement.scrollTop is 40
9 PASS internals.mainThreadScrollingReasons(document) == '' is true 10 PASS internals.mainThreadScrollingReasons(document) == '' is true
10 PASS successfullyParsed is true 11 PASS successfullyParsed is true
11 12
12 TEST COMPLETE 13 TEST COMPLETE
13 14
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698