| Index: third_party/WebKit/LayoutTests/editing/selection/drag-text-delay.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/drag-text-delay.html b/third_party/WebKit/LayoutTests/editing/selection/drag-text-delay.html
|
| index 019f347b37cfc96a3378e2a8d54bcfd4e9c4f05e..d119e3e47bc47b232e4d4b61584de1c182a645eb 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/drag-text-delay.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/drag-text-delay.html
|
| @@ -10,6 +10,7 @@ if (window.testRunner) {
|
| testRunner.dumpAsText();
|
|
|
| var text = document.getElementById("text");
|
| + text.focus();
|
| text.setSelectionRange(0, 5);
|
|
|
| var start_x = text.offsetLeft + 5;
|
|
|