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

Unified Diff: LayoutTests/fast/html/details-mouse-click.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/html/details-mouse-click.html
diff --git a/LayoutTests/fast/html/details-mouse-click.html b/LayoutTests/fast/html/details-mouse-click.html
index b24ccda97ce059083010f9f725c462593075ff90..9967660bd24f1ff20c9c9eb3b6edeb145b02ea0b 100644
--- a/LayoutTests/fast/html/details-mouse-click.html
+++ b/LayoutTests/fast/html/details-mouse-click.html
@@ -66,9 +66,6 @@ var runTests = function () {
testRunner.dumpAsText();
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
-
testElement(0);
testElement(1);
testElement(2);

Powered by Google App Engine
This is Rietveld 408576698