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

Unified Diff: LayoutTests/fast/events/frame-click-focus.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
« no previous file with comments | « LayoutTests/fast/events/event-view-toString.html ('k') | LayoutTests/fast/events/mouse-focus-imagemap.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/frame-click-focus.html
diff --git a/LayoutTests/fast/events/frame-click-focus.html b/LayoutTests/fast/events/frame-click-focus.html
index f501f3eb152aa20486a22cc07d7ae35f27793396..71c3026584f0f5d41cdaa51c9c4ecbf48574fbda 100644
--- a/LayoutTests/fast/events/frame-click-focus.html
+++ b/LayoutTests/fast/events/frame-click-focus.html
@@ -18,8 +18,6 @@
w.onblur = function() { log('iframe blurred'); }
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(1, 300);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/events/event-view-toString.html ('k') | LayoutTests/fast/events/mouse-focus-imagemap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698