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

Unified Diff: LayoutTests/touchadjustment/zoom-fatfinger.html

Issue 14859016: Don't force layout for mouse event hit tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix review comment 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/touchadjustment/zoom-basic.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/touchadjustment/zoom-fatfinger.html
diff --git a/LayoutTests/touchadjustment/zoom-fatfinger.html b/LayoutTests/touchadjustment/zoom-fatfinger.html
index 32a953dea46cfd7e9ed12b7ffa4e1548318e6779..9928566b919908bfca0a4258de841e2dc137cead 100644
--- a/LayoutTests/touchadjustment/zoom-fatfinger.html
+++ b/LayoutTests/touchadjustment/zoom-fatfinger.html
@@ -39,6 +39,8 @@
description('Test that targetted area is picked even if the touch area is not fully contained.');
testRunner.dumpAsText();
testRunner.waitUntilDone();
+ // Mouse events only work after an initial layout
+ document.body.offsetLeft;
testDirectTouches();
isSuccessfullyParsed();
testRunner.notifyDone();
@@ -46,4 +48,4 @@
}
</script>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/touchadjustment/zoom-basic.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698