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..1c8791f502201d5131c1c0185dd6cc997feca762 |
--- /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,20 @@ |
+This is the first paragraph. |
+ |
+This is the second paragraph. |
+ |
+This tests selection in readonly texts using shift+Up/Down. When no further up/down movement is possible, the selection either moves to the start (for up) or end (for down) of the line. |
+ |
+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 |
+ |