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

Unified Diff: LayoutTests/fast/replaced/image-map-bug16782.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/replaced/image-map.html ('k') | LayoutTests/fast/scrolling/hover-during-scroll.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/replaced/image-map-bug16782.html
diff --git a/LayoutTests/fast/replaced/image-map-bug16782.html b/LayoutTests/fast/replaced/image-map-bug16782.html
index 612bf10d14cbf086ff2edff771c8271cb86c5dba..10b8a5eb2561a2df8506c84eeb2e70bfc583d859 100644
--- a/LayoutTests/fast/replaced/image-map-bug16782.html
+++ b/LayoutTests/fast/replaced/image-map-bug16782.html
@@ -3,8 +3,6 @@
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
- // 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/replaced/image-map.html ('k') | LayoutTests/fast/scrolling/hover-during-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698