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

Unified Diff: LayoutTests/fast/events/prevent-drag-to-navigate.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/pointer-events-2.html ('k') | LayoutTests/fast/events/related-target.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/prevent-drag-to-navigate.html
diff --git a/LayoutTests/fast/events/prevent-drag-to-navigate.html b/LayoutTests/fast/events/prevent-drag-to-navigate.html
index ba123a427ef2bec343b6f6652d85d69907d4da1e..740fab5877dfdb5105422b90db157b16cf9ac467 100644
--- a/LayoutTests/fast/events/prevent-drag-to-navigate.html
+++ b/LayoutTests/fast/events/prevent-drag-to-navigate.html
@@ -30,9 +30,6 @@ window.addEventListener("dragleave", dragLeave, true);
function doTest() {
testRunner.dumpAsText();
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
-
eventSender.beginDragWithFiles(["resources/file-for-prevent-drag-to-navigate.html"]);
eventSender.mouseMoveTo(10, 10);
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/events/pointer-events-2.html ('k') | LayoutTests/fast/events/related-target.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698