| 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");
|
|
|