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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-event-fired.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-event-fired.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html b/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-event-fired.html
similarity index 93%
rename from third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html
rename to third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-event-fired.html
index dfe33f40b4962dba74f8f8723571b12ac94605a2..bd6b9eb2681650c612a2fe668b159409fb0f6a25 100644
--- a/third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html
+++ b/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-event-fired.html
@@ -9,7 +9,7 @@
}
</style>
<script src="../../resources/js-test.js"></script>
-<script src="./resources/panScroll.js"></script>
+<script src="./resources/middleClickAutoscroll.js"></script>
<script>
window.addEventListener('mousedown', function(event) {
});

Powered by Google App Engine
This is Rietveld 408576698