| Index: third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-text.html b/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-text.html
|
| index 99a55cb1a0c337a66bf57d7729960de558941fde..f9640438cdb0672cd673ea41a56f7f8bd74a9002 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-text.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/drag-drop-url-text.html
|
| @@ -17,6 +17,7 @@ function editingTest() {
|
|
|
| // Drag a URL text in the source
|
| var source = document.getElementById("source");
|
| + source.focus();
|
| source.setSelectionRange(0, source.value.length);
|
| x = source.offsetLeft + 10;
|
| y = source.offsetTop + source.offsetHeight / 2;
|
|
|