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

Unified Diff: LayoutTests/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html

Issue 320453002: Update layout tests for touch text selection. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/fast/events/touch/gesture/context-menu-on-long-press-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html
diff --git a/LayoutTests/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html b/LayoutTests/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html
index fdc64771de714cbb30fa86641da7c0e64fa48736..00c2bc0f99a98d1ed90edc6250987f0fed586fd7 100644
--- a/LayoutTests/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html
+++ b/LayoutTests/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html
@@ -26,6 +26,9 @@ function setCursorPosition(position)
if (window.testRunner)
testRunner.dumpAsText();
+if (window.internals)
+ internals.settings.setTouchEditingEnabled(false);
+
var text = document.getElementById("text");
setCursorPosition(0);
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/context-menu-on-long-press-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698