Index: LayoutTests/fast/forms/paste-into-textarea.html |
diff --git a/LayoutTests/fast/forms/paste-into-textarea.html b/LayoutTests/fast/forms/paste-into-textarea.html |
index a0055ded0b7c2e872c6bea19bd96110281724d45..ba97ade5ab822f0c17cb51df3dfec5c0a32cd2eb 100644 |
--- a/LayoutTests/fast/forms/paste-into-textarea.html |
+++ b/LayoutTests/fast/forms/paste-into-textarea.html |
@@ -4,6 +4,7 @@ |
if (window.testRunner) |
testRunner.dumpAsText(); |
var e = document.getElementById("test"); |
+e.focus(); |
e.setSelectionRange(1, 1); |
document.execCommand("InsertHTML", false, "(There should be one 'x' before and after this sentence.)"); |
if (e.value == "x(There should be one 'x' before and after this sentence.)x") |