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

Unified Diff: LayoutTests/fast/events/window-events-bubble2.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/window-events-bubble2.html
diff --git a/LayoutTests/fast/events/window-events-bubble2.html b/LayoutTests/fast/events/window-events-bubble2.html
index 0d73d02458be5141ce437181309e4b2bf6f074b4..4e92aa2c5ab495a1bb9749c3293a1ad4bf119aa2 100644
--- a/LayoutTests/fast/events/window-events-bubble2.html
+++ b/LayoutTests/fast/events/window-events-bubble2.html
@@ -9,8 +9,6 @@ if (window.testRunner) {
function test()
{
if (window.eventSender) {
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(52, 52);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/events/window-events-bubble.html ('k') | LayoutTests/fast/events/window-events-capture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698