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

Unified Diff: LayoutTests/fast/events/related-target.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/related-target.html
diff --git a/LayoutTests/fast/events/related-target.html b/LayoutTests/fast/events/related-target.html
index fb5459ee9f51278849bd8b98877a05034b58e82e..ad7b7b9a6aad3ea62bce986276a21f4d421e7f3f 100644
--- a/LayoutTests/fast/events/related-target.html
+++ b/LayoutTests/fast/events/related-target.html
@@ -31,8 +31,6 @@ function test()
testRunner.dumpAsText();
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(50, 50);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/events/prevent-drag-to-navigate.html ('k') | LayoutTests/fast/events/script-tests/mouse-click-events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698