Index: LayoutTests/editing/selection/select-down-or-up-the-lines-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt |
diff --git a/LayoutTests/editing/selection/select-down-or-up-the-lines-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt b/LayoutTests/editing/selection/select-down-or-up-the-lines-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9b1d723b5c9b273d7d8da570e9534362ff0d7ff4 |
--- /dev/null |
+++ b/LayoutTests/editing/selection/select-down-or-up-the-lines-in-readonly-texts-using-keys-with-caret-mode-off-expected.txt |
@@ -0,0 +1,23 @@ |
+This is the first paragraph. |
+ |
+This is the second paragraph. |
+ |
+This tests selection in readonly texts using shift+Up/Down. With this key combination you can select up or down the line. When no further up/down movement is possible, the selection either moves to the start (for up) or end (for down) of the line. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS selection.type is "Range" |
+PASS selection.anchorNode is paragraph1 |
+PASS selection.anchorOffset is 3 |
+PASS selection.focusNode is paragraph1 |
+PASS selection.focusOffset is 0 |
+PASS selection.type is "Range" |
+PASS selection.anchorNode is paragraph1 |
+PASS selection.anchorOffset is 3 |
+PASS selection.focusNode is paragraph2 |
+PASS selection.focusOffset is 3 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |