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

Unified Diff: LayoutTests/fast/dom/replaced-image-map.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/dom/replaced-image-map.html
diff --git a/LayoutTests/fast/dom/replaced-image-map.html b/LayoutTests/fast/dom/replaced-image-map.html
index 63d8300145b676e7e58d8b34540dccc0b714818d..fc648d493c2c0d7de458f4e3ba7105bd90719fb0 100644
--- a/LayoutTests/fast/dom/replaced-image-map.html
+++ b/LayoutTests/fast/dom/replaced-image-map.html
@@ -17,8 +17,6 @@ function changeMap() {
function test() {
changeMap();
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(100, 100);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/dom/Window/window-xy-properties.html ('k') | LayoutTests/fast/events/capture-on-target.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698