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

Unified Diff: LayoutTests/svg/custom/mouse-move-on-svg-container.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/mouse-move-on-svg-container.xhtml
diff --git a/LayoutTests/svg/custom/mouse-move-on-svg-container.xhtml b/LayoutTests/svg/custom/mouse-move-on-svg-container.xhtml
index d34b1afbbcbd0e7d8975a2e1b6a1230d355b636b..91733146db99fbd053acab41fd0017ad463d0171 100644
--- a/LayoutTests/svg/custom/mouse-move-on-svg-container.xhtml
+++ b/LayoutTests/svg/custom/mouse-move-on-svg-container.xhtml
@@ -38,8 +38,6 @@
testRunner.waitUntilDone();
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(350, 350);
eventSender.mouseDown();
eventSender.mouseMoveTo(200, 200);
« no previous file with comments | « LayoutTests/svg/custom/mask-changes.svg ('k') | LayoutTests/svg/custom/mouse-move-on-svg-container-standalone.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698