| Index: third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-input-textarea.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-input-textarea.html b/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-input-textarea.html
|
| index 0bd8301406b62cc26adcfc8417dbb695a1933025..58db9f1ba344fd7894647411706dbae20def8a7f 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-input-textarea.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-input-textarea.html
|
| @@ -17,6 +17,7 @@ function editingTest() {
|
|
|
| // Drag a word in the textarea
|
| var textarea = document.getElementById("textarea");
|
| + textarea.focus();
|
| textarea.setSelectionRange(0, 4);
|
| x = textarea.offsetLeft + 10;
|
| y = textarea.offsetTop + textarea.offsetHeight / 2;
|
|
|