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