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

Unified Diff: LayoutTests/fast/events/mouseclick-target-and-positioning.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/mouse-focus-imagemap.html ('k') | LayoutTests/fast/events/mouseout-on-window.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/mouseclick-target-and-positioning.html
diff --git a/LayoutTests/fast/events/mouseclick-target-and-positioning.html b/LayoutTests/fast/events/mouseclick-target-and-positioning.html
index f565122f6a2fc1f5386a9b95c090f7afda54b15b..c4ad9f2d10e3a59c8457706a480e7e539fc487af 100644
--- a/LayoutTests/fast/events/mouseclick-target-and-positioning.html
+++ b/LayoutTests/fast/events/mouseclick-target-and-positioning.html
@@ -71,8 +71,6 @@ function test() {
document.getElementById('test').addEventListener("click", listener, false);
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(175, 105);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/events/mouse-focus-imagemap.html ('k') | LayoutTests/fast/events/mouseout-on-window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698