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

Unified Diff: LayoutTests/fast/events/mouseout-on-window.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/events/mouseout-on-window.html
diff --git a/LayoutTests/fast/events/mouseout-on-window.html b/LayoutTests/fast/events/mouseout-on-window.html
index f072a66aeac99b5efc9563f3a9d463bb9eba23e0..a6c504136ce594d8e88cbd1d01a91785818a8290 100644
--- a/LayoutTests/fast/events/mouseout-on-window.html
+++ b/LayoutTests/fast/events/mouseout-on-window.html
@@ -17,8 +17,6 @@ FAIL: No mouseout was sent.
if (window.testRunner)
testRunner.dumpAsText();
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
// Initial move on windows is used to force the webview to
// initialise the windows mouse event tracker.
eventSender.mouseMoveTo(5, 5);
« no previous file with comments | « LayoutTests/fast/events/mouseclick-target-and-positioning.html ('k') | LayoutTests/fast/events/mouseup-outside-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698