Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / drop-inputtext-acquires-style.html
index e598205..d7e3469 100644 (file)
@@ -25,7 +25,7 @@ function log(message) {
 
 function runTest() {
     var textToDrag = document.getElementById("grabme");
-    textToDrag.focus();
+    textToDrag.select();
 
     if (!window.testRunner)
         return;