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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-prevent-default-expected.txt

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month 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 tests that scrollbars always receive events even when there is an element u nderneath the scrollbar which swallows the event. In this case an event handler is added to the window which swallows the event but this may also happen with el ements underneath of overlay scrollbars. 1 This tests that scrollbars always receive events even when there is an element u nderneath the scrollbar which swallows the event. In this case an event handler is added to the window which swallows the event but this may also happen with el ements underneath of overlay scrollbars.
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 window.scrollY is 0
7 PASS receivedMousedownEvent is true 6 PASS receivedMousedownEvent is true
8 PASS subframe.scrollTop is 0 7 PASS window.scrollY became 0
9 PASS receivedMousedownEvent is true 8 PASS receivedMousedownEvent is true
9 PASS subframe.scrollTop became 0
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698