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

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

Issue 2478463003: Revert of Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: 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 ac87898c3ee9159e72ac9004bedbd96493350134..0974a65948cded7befc8e016693518cb6812afdf 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
@@ -17,9 +17,8 @@
window.internals.addTextMatchMarker(range, true);
}
if (window.eventSender) {
- eventSender.mouseMoveTo(window.innerWidth - 1, 10);
+ eventSender.mouseMoveTo(window.innerWidth - 1, window.innerHeight - 1);
eventSender.mouseDown();
- eventSender.mouseMoveTo(window.innerWidth - 1, 100);
eventSender.mouseUp();
}
}

Powered by Google App Engine
This is Rietveld 408576698