| Index: third_party/WebKit/LayoutTests/editing/pasteboard/pasting-tabs.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/pasting-tabs.html b/third_party/WebKit/LayoutTests/editing/pasteboard/pasting-tabs.html
|
| index ed9b3188d3c55d8677be7b0c2e08ab0e4f129060..ef7f2a03accc3709ff0efd233048428c4ec368f2 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/pasteboard/pasting-tabs.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/pasting-tabs.html
|
| @@ -9,6 +9,7 @@ if (window.testRunner)
|
|
|
| <script>
|
| var textarea = document.getElementById("textarea");
|
| +textarea.focus();
|
| textarea.setSelectionRange(0, 0);
|
| document.execCommand("SelectAll");
|
| document.execCommand("Copy");
|
|
|