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

Unified Diff: Source/web/tests/data/selection_collapse_to_end.html

Issue 330613002: Copying text closes the keyboard and the text input gets unfocused, forcing virtual keyboard is get… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed FrameSelection changes and making use of existing APIs for serving the requirement. 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 | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/selection_collapse_to_end.html
diff --git a/LayoutTests/fast/html/imports/resources/bye.html b/Source/web/tests/data/selection_collapse_to_end.html
similarity index 61%
copy from LayoutTests/fast/html/imports/resources/bye.html
copy to Source/web/tests/data/selection_collapse_to_end.html
index e7f74dc31e9cdb3599361b3283e4ff2f9314e69d..df5436cbe8900c5ceee346405004b0e4981e020b 100644
--- a/LayoutTests/fast/html/imports/resources/bye.html
+++ b/Source/web/tests/data/selection_collapse_to_end.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
-<head></head>
<body>
- <h1>Bye</h1>
+<input id='target' value="">
</body>
</html>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698