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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-nested-divs-forbidden.html

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-nested-divs-forbidden.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden.html b/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-nested-divs-forbidden.html
similarity index 94%
rename from third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden.html
rename to third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-nested-divs-forbidden.html
index b4f31d30ad6ad3c0cd47218eca5cd6b6f045abcf..5519373cb25819f92a918a3afb35d18185b946e8 100644
--- a/third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden.html
+++ b/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-nested-divs-forbidden.html
@@ -17,7 +17,7 @@ div {
}
</style>
<script src="../../resources/js-test.js"></script>
-<script src="./resources/panScroll.js"></script>
+<script src="./resources/middleClickAutoscroll.js"></script>
<script>
function start()
{

Powered by Google App Engine
This is Rietveld 408576698