| OLD | NEW |
| 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 |
| OLD | NEW |