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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-nested-divs-forbidden-expected.txt

Issue 2289213002: Implement Middle Click Autoscroll on all platforms not just Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into panscroll Created 4 years, 3 months 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 Top of outer div. 1 Top of outer div.
2 2
3 Inner div. 3 Inner div.
4 4
5 Bottom of outer div. 5 Bottom of outer div.
6 6
7 Test for bug 232965 This tests that vertical pan scrolling does not propagate fr om the inner div to the outer div when the outer div has no vertical overflow. 7 Test for bug 232965 This tests that vertical pan scrolling does not propagate fr om the inner div to the outer div when the outer div has no vertical overflow.
8 8
9 PASS autoscroll started 9 PASS autoscroll started
10 PASS autoscroll stopped 10 PASS autoscroll stopped
11 PASS outerdiv.scrollLeft is not 0 11 PASS outerdiv.scrollLeft is not 0
12 PASS outerdiv.scrollTop is 0 12 PASS outerdiv.scrollTop is 0
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698