Chromium Code Reviews| Index: LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html |
| diff --git a/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html b/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html |
| index e5982059d1be0dc7746dc0c017a86993ffc364f5..d7e3469eff43d23179eb2a4e6483dc347fd943ec 100644 |
| --- a/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html |
| +++ b/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html |
| @@ -25,7 +25,7 @@ function log(message) { |
| function runTest() { |
| var textToDrag = document.getElementById("grabme"); |
| - textToDrag.focus(); |
| + textToDrag.select(); |
| if (!window.testRunner) |
| return; |