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

Unified Diff: LayoutTests/svg/custom/pointer-events-on-svg-without-pointer.xhtml

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/svg/custom/pointer-events-on-svg-without-pointer.xhtml
diff --git a/LayoutTests/svg/custom/pointer-events-on-svg-without-pointer.xhtml b/LayoutTests/svg/custom/pointer-events-on-svg-without-pointer.xhtml
index fbd5bd347d1b6dd9e9cd1d496abaa07100a28d4b..f3dc51965f7d1d7df85d199228cba57da80b0f14 100644
--- a/LayoutTests/svg/custom/pointer-events-on-svg-without-pointer.xhtml
+++ b/LayoutTests/svg/custom/pointer-events-on-svg-without-pointer.xhtml
@@ -37,8 +37,6 @@
}
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(50, 75);
eventSender.mouseDown();
}
« no previous file with comments | « LayoutTests/svg/custom/pointer-events-on-svg-with-pointer.xhtml ('k') | LayoutTests/svg/custom/pointer-events-path.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698