Index: LayoutTests/editing/input/ctrl-up-down-expected.txt |
diff --git a/LayoutTests/editing/input/ctrl-up-down-expected.txt b/LayoutTests/editing/input/ctrl-up-down-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2a5f2a27675e7fa3caf5e3ba8bf44f24dba553d8 |
--- /dev/null |
+++ b/LayoutTests/editing/input/ctrl-up-down-expected.txt |
@@ -0,0 +1,16 @@ |
+PASS selection.type is "Caret" |
+PASS selection.focusNode is paragraph1 |
+PASS selection.focusOffset is 0 |
+PASS selection.type is "Caret" |
+PASS selection.focusNode is paragraph2 |
+PASS selection.focusOffset is 3 |
+PASS selection.type is "Range" |
+PASS selection.focusNode is paragraph2 |
+PASS selection.focusOffset is 84 |
+PASS selection.type is "Range" |
+PASS selection.focusNode is paragraph1 |
+PASS selection.focusOffset is 3 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |