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

Unified Diff: LayoutTests/fast/images/script-tests/imagemap-dynamic-area-updates.js

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/images/imagemap-case.html ('k') | LayoutTests/fast/repaint/event-while-loading.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/images/script-tests/imagemap-dynamic-area-updates.js
diff --git a/LayoutTests/fast/images/script-tests/imagemap-dynamic-area-updates.js b/LayoutTests/fast/images/script-tests/imagemap-dynamic-area-updates.js
index 6f829336c7a00febe5adbb525bd334ac07f86ed3..cba734fb013e626957c5a840440149f5ee6d09e2 100644
--- a/LayoutTests/fast/images/script-tests/imagemap-dynamic-area-updates.js
+++ b/LayoutTests/fast/images/script-tests/imagemap-dynamic-area-updates.js
@@ -25,9 +25,6 @@ map.appendChild(area);
document.body.appendChild(image);
document.body.appendChild(map);
-// Mouse events only work after an initial layout
-document.body.offsetLeft;
-
function setArea(shape, coords)
{
area.setAttribute('shape', shape);
« no previous file with comments | « LayoutTests/fast/images/imagemap-case.html ('k') | LayoutTests/fast/repaint/event-while-loading.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698