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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html

Issue 2467693002: Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: sigh....git cl format Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html b/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
index 92b1dbe4d49973968c441e473dc8f2562d2bb786..d87c75c944c70c8194bec1ab7ca7b03f19a7a41f 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
@@ -20,8 +20,9 @@ onload = function()
window.internals.addTextMatchMarker(range, true);
}
if (window.eventSender) {
- eventSender.mouseMoveTo(window.innerWidth - 1, window.innerHeight - 1);
+ eventSender.mouseMoveTo(window.innerWidth - 1, 10);
eventSender.mouseDown();
+ eventSender.mouseMoveTo(window.innerWidth - 1, 100);
eventSender.mouseUp();
}
}

Powered by Google App Engine
This is Rietveld 408576698