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

Unified Diff: LayoutTests/fast/events/pointer-events-2.html

Issue 14859016: Don't force layout for mouse event hit tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update all tests 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/events/pointer-events-2.html
diff --git a/LayoutTests/fast/events/pointer-events-2.html b/LayoutTests/fast/events/pointer-events-2.html
index 589e88bf8fdf61f56062c4c1f98a811f8ba29802..609b1f9dae631390d476846e3ea4dda0cd72681a 100644
--- a/LayoutTests/fast/events/pointer-events-2.html
+++ b/LayoutTests/fast/events/pointer-events-2.html
@@ -173,6 +173,8 @@
}
function testContent() {
+ // Mouse events only work after an initial layout
+ document.body.offsetLeft;
// hit left side
var yOffset = topEdge;

Powered by Google App Engine
This is Rietveld 408576698