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

Unified Diff: LayoutTests/editing/selection/place-caret-on-single-click-within-selected-readonly-text-expected.txt

Issue 268993002: For non-editable content, selection editor commands are disabled Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/editing/selection/place-caret-on-single-click-within-selected-readonly-text-expected.txt
diff --git a/LayoutTests/editing/selection/place-caret-on-single-click-within-selected-readonly-text-expected.txt b/LayoutTests/editing/selection/place-caret-on-single-click-within-selected-readonly-text-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e5cd9197736fc5fe11cd0aa5f306e4a5b48eaf79
--- /dev/null
+++ b/LayoutTests/editing/selection/place-caret-on-single-click-within-selected-readonly-text-expected.txt
@@ -0,0 +1,14 @@
+This tests caret placement when clicked once on existing selection in readonly texts to allow further selection using keys.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+To manually test it, first select non-editable content using mouse. Then click within the selected range. Now try to select using key combinations. It should allow you to do so.
+
+Some Text
+
+PASS getSelection().type is "Caret"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698