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