Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / paste-plaintext-user-select-none.html
index 1692801..1d08f16 100644 (file)
@@ -19,7 +19,7 @@
             if (window.testRunner)
                 testRunner.dumpAsText();
             
-            document.getElementById('tf').focus();
+            document.getElementById('tf').select();
             copyCommand();
 
             document.getElementById('root').focus();