Index: LayoutTests/editing/pasteboard/paste-removing-iframe.html |
diff --git a/LayoutTests/editing/pasteboard/paste-removing-iframe.html b/LayoutTests/editing/pasteboard/paste-removing-iframe.html |
index 6431e6a9aa2ec873c41845b0af55b22f2e93fcef..7792bd0a7382f1a847780eef82473e867cc720ec 100644 |
--- a/LayoutTests/editing/pasteboard/paste-removing-iframe.html |
+++ b/LayoutTests/editing/pasteboard/paste-removing-iframe.html |
@@ -22,6 +22,7 @@ function test() |
var data = childDocument.getElementById("data"); |
selection.selectAllChildren(data); |
childDocument.execCommand("copy"); |
+ textarea.focus(); |
textarea.select(); |
childDocument.execCommand("paste"); |
} |