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

Unified Diff: LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js

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/execCommand/script-tests/enabling-and-selection-2.js
diff --git a/LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js b/LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js
index 842fdd5f8d266455df1e98ff269ced1010beabe9..b27deb810650072fa5c7545b9d8c7ad6b29135a4 100644
--- a/LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js
+++ b/LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js
@@ -115,6 +115,8 @@ shouldBe("whenEnabled('MoveToEndOfLine')", "'editable'");
shouldBe("whenEnabled('MoveToEndOfParagraph')", "'editable'");
shouldBe("whenEnabled('MoveToEndOfSentence')", "'editable'");
shouldBe("whenEnabled('MoveUp')", "'editable'");
+shouldBe("whenEnabled('MoveParagraphBackward')", "'editable'");
+shouldBe("whenEnabled('MoveParagraphForward')", "'editable'");
shouldBe("whenEnabled('MoveWordBackward')", "'editable'");
shouldBe("whenEnabled('MoveWordForward')", "'editable'");
shouldBe("whenEnabled('MoveWordLeft')", "'editable'");
« no previous file with comments | « LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt ('k') | LayoutTests/editing/input/ctrl-up-down.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698