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

Unified Diff: LayoutTests/fast/events/event-view-toString.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/drop-with-file-paths.html ('k') | LayoutTests/fast/events/frame-click-focus.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/event-view-toString.html
diff --git a/LayoutTests/fast/events/event-view-toString.html b/LayoutTests/fast/events/event-view-toString.html
index dd7c2a09276afb993a244c7ac748b4954d5c64b5..d7c62919af1ccc8f2f400775dce17e6633b24385 100644
--- a/LayoutTests/fast/events/event-view-toString.html
+++ b/LayoutTests/fast/events/event-view-toString.html
@@ -29,8 +29,6 @@
function loadHandler() {
var resultsDiv = document.getElementById("resultsDiv");
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(50, 50);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/events/drop-with-file-paths.html ('k') | LayoutTests/fast/events/frame-click-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698