| Index: LayoutTests/editing/pasteboard/smart-paste-004.html
|
| diff --git a/LayoutTests/editing/pasteboard/smart-paste-004.html b/LayoutTests/editing/pasteboard/smart-paste-004.html
|
| index f6515156ab9e1ffc19bc3df95cee298533cc3c70..5522ede9b25969d4c7d8bbd97896cec4ddd6120b 100644
|
| --- a/LayoutTests/editing/pasteboard/smart-paste-004.html
|
| +++ b/LayoutTests/editing/pasteboard/smart-paste-004.html
|
| @@ -42,6 +42,7 @@ test test
|
| <script>
|
|
|
| function editingTest() {
|
| + window.getSelection().collapse(test.firstChild, 1);
|
| doubleClickAtSelectionStart();
|
| copyCommand();
|
| moveSelectionForwardByCharacterCommand();
|
|
|