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

Unified Diff: LayoutTests/fast/text/international/khmer-selection.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
Index: LayoutTests/fast/text/international/khmer-selection.html
diff --git a/LayoutTests/fast/text/international/khmer-selection.html b/LayoutTests/fast/text/international/khmer-selection.html
index 74e0b08d60ce9a0664df6cd500aa1004559f28dd..1b590131468ed72382c1e6fece6d99c484faf88f 100644
--- a/LayoutTests/fast/text/international/khmer-selection.html
+++ b/LayoutTests/fast/text/international/khmer-selection.html
@@ -6,6 +6,8 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script>
function main() {
+ // Mouse events only work after an initial layout
+ document.body.offsetLeft;
window.eventSender.mouseMoveTo(5, 8);
window.eventSender.mouseDown();
« no previous file with comments | « LayoutTests/fast/text/atsui-rtl-override-selection.html ('k') | LayoutTests/fast/text/textIteratorNilRenderer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698