| 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
|
| +
|
|
|