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

Unified Diff: LayoutTests/editing/selection/selection-actions.html

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
Index: LayoutTests/editing/selection/selection-actions.html
diff --git a/LayoutTests/editing/selection/selection-actions.html b/LayoutTests/editing/selection/selection-actions.html
index 2fb1ff531d21f7b0313ac8bff1739628ba4c3b08..e03bcaadd598ea7733e7a222f3946f8573ee0991 100644
--- a/LayoutTests/editing/selection/selection-actions.html
+++ b/LayoutTests/editing/selection/selection-actions.html
@@ -36,6 +36,8 @@ function editingTest() {
testRunner.execCommand("MoveToEndOfLine");
testRunner.execCommand("MoveToEndOfParagraph");
testRunner.execCommand("MoveUp");
+ testRunner.execCommand("MoveParagraphBackward");
+ testRunner.execCommand("MoveParagraphForward");
testRunner.execCommand("MoveWordBackward");
testRunner.execCommand("MoveWordForward");
testRunner.execCommand("MoveWordLeft");
« no previous file with comments | « LayoutTests/editing/input/ctrl-up-down-expected.txt ('k') | Source/WebKit/chromium/src/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698