Chromium Code Reviews| Index: LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html |
| diff --git a/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html b/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html |
| index 1692801a87cbb2b10042e8767e3c226accf852de..1d08f16e99e03f72c50e97ea3b8ea1d0051ccaa7 100644 |
| --- a/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html |
| +++ b/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html |
| @@ -19,7 +19,7 @@ |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| - document.getElementById('tf').focus(); |
| + document.getElementById('tf').select(); |
| copyCommand(); |
| document.getElementById('root').focus(); |