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

Unified Diff: third_party/WebKit/Source/web/tests/data/longpress_selection.html

Issue 2646963002: Stop dismissing selection handles when selection is kept (Closed)
Patch Set: rebased on amaralp@'s CLs Created 3 years, 10 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 | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/longpress_selection.html
diff --git a/third_party/WebKit/Source/web/tests/data/longpress_selection.html b/third_party/WebKit/Source/web/tests/data/longpress_selection.html
index 866994f9b0f7c6b10d44b8c32bdac9b5041762d6..a827668d0eaf96be128979bbbcff6149e333cd42 100644
--- a/third_party/WebKit/Source/web/tests/data/longpress_selection.html
+++ b/third_party/WebKit/Source/web/tests/data/longpress_selection.html
@@ -9,7 +9,7 @@ span {
</head>
<body>
Hello this is some text for testing. Here is a
-<span id="target">
+<span id="target" contenteditable>
testword
</span>
that we should be able to select by longpressing.
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698