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