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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-use-count.html

Issue 2918053002: Move middle-click autoscroll to synthetic fling. (Closed)
Patch Set: Delete redundant cursor shape print Created 3 years, 6 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-use-count.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-use-count.html b/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-use-count.html
index 8ffbf9f31f5aba2627d52a4c5ff4f6b3f035d7aa..3190e712b5ef749423297241b4d582005f803b78 100644
--- a/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-use-count.html
+++ b/third_party/WebKit/LayoutTests/fast/events/middleClickAutoscroll-use-count.html
@@ -31,5 +31,6 @@ test(function() {
eventSender.mouseDown(middleButton);
eventSender.mouseMoveTo(endX, endY);
assert_true(internals.isUseCounted(document, middleClickAutoscrollStart));
+ eventSender.mouseUp(middleButton);
})
</script>

Powered by Google App Engine
This is Rietveld 408576698