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

Unified Diff: LayoutTests/fast/events/scrollbar-double-click.html

Issue 15508003: Revert "Don't force layout for mouse event hit tests" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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: LayoutTests/fast/events/scrollbar-double-click.html
diff --git a/LayoutTests/fast/events/scrollbar-double-click.html b/LayoutTests/fast/events/scrollbar-double-click.html
index 62d98f609b38c42a2c7a27783297bb70848000ab..53d42c56b488f34bd1516040e25998bc23cc7646 100644
--- a/LayoutTests/fast/events/scrollbar-double-click.html
+++ b/LayoutTests/fast/events/scrollbar-double-click.html
@@ -15,8 +15,6 @@ if (window.testRunner) {
<script>
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(390, 300);
eventSender.mouseDown();
eventSender.mouseUp();

Powered by Google App Engine
This is Rietveld 408576698