Index: LayoutTests/editing/selection/select-by-char-and-word-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt |
diff --git a/LayoutTests/editing/selection/select-by-char-and-word-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt b/LayoutTests/editing/selection/select-by-char-and-word-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f53d7acf38a5a99efdfc3a04d37bf5070ace2376 |
--- /dev/null |
+++ b/LayoutTests/editing/selection/select-by-char-and-word-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt |
@@ -0,0 +1,16 @@ |
+This test selects readonly texts using left/right arrow keys in combination with shift and ctrl modifiers when caretbrowsing is disabled. |
+ |
+Select using shift and left or right arrow key to see character by character selection. Select using shift and ctrl and left or right arrow key to see word by word selection. |
+ |
+PASS getSelection().baseOffset is 10 |
+PASS getSelection().extentOffset is 12 |
+PASS getSelection().baseOffset is 10 |
+PASS getSelection().extentOffset is 9 |
+PASS getSelection().baseOffset is 10 |
+PASS getSelection().extentOffset is 18 |
+PASS getSelection().baseOffset is 10 |
+PASS getSelection().extentOffset is 13 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |