Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / input-with-display-none-div.html
index a2b98fe..51a5f8e 100644 (file)
@@ -16,6 +16,7 @@ if (window.testRunner)
 
 var input = document.querySelector('input');
 input.focus();
+input.select();
 document.execCommand('InsertHTML', false, 'PASS');
 
 document.write(input.value);