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

Unified Diff: LayoutTests/fast/html/details-add-summary-3-and-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-add-summary-3-and-click.html
diff --git a/LayoutTests/fast/html/details-add-summary-3-and-click.html b/LayoutTests/fast/html/details-add-summary-3-and-click.html
index 80aa49842d3280a3575d9765f0046eb95e736eac..98230c8be56e46ab80cf6bdbcbfc7da8899d181a 100644
--- a/LayoutTests/fast/html/details-add-summary-3-and-click.html
+++ b/LayoutTests/fast/html/details-add-summary-3-and-click.html
@@ -14,8 +14,6 @@ var runTests = function () {
if (!window.testRunner || !window.eventSender)
return;
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
eventSender.mouseMoveTo(2, 2);
eventSender.mouseDown();
eventSender.mouseUp();
« no previous file with comments | « LayoutTests/fast/html/details-add-summary-2-and-click.html ('k') | LayoutTests/fast/html/details-add-summary-4-and-click.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698