[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / textfield-overflow.html
1 <html>
2 <body>
3 <input id='a' type="text" style="height: 10px">
4 <script>
5 document.getElementById('a').focus();
6 </script>