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

Unified Diff: LayoutTests/touchadjustment/rotated-node.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/touchadjustment/rotated-node.html
diff --git a/LayoutTests/touchadjustment/rotated-node.html b/LayoutTests/touchadjustment/rotated-node.html
index 977b75ea7b388f9a8320f9691004fbeb5121d08b..19232be0db5b7d714cc31f05489c66536e942ce1 100644
--- a/LayoutTests/touchadjustment/rotated-node.html
+++ b/LayoutTests/touchadjustment/rotated-node.html
@@ -97,8 +97,6 @@
document.addEventListener('click', function() {}, false);
if (window.testRunner && window.internals && internals.touchNodeAdjustedToBestClickableNode) {
description(document.title);
- // Mouse events only work after an initial layout
- document.body.offsetLeft;
testDirectTouches();
testAdjustedTouches();
testAdjustedPoints()
« no previous file with comments | « LayoutTests/touchadjustment/disabled-formelements.html ('k') | LayoutTests/touchadjustment/touch-inlines.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698