Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: LayoutTests/editing/input/ctrl-up-down-expected.txt

Issue 17828002: Add Ctrl+(+Shift)+Up/Down key bindings for Windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-06-27T14:50:09 Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/editing/input/ctrl-up-down.html ('k') | LayoutTests/editing/selection/selection-actions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « LayoutTests/editing/input/ctrl-up-down.html ('k') | LayoutTests/editing/selection/selection-actions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698