[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / formmove3.html
1 <html>
2 <a name="top">
3 <div>
4 <table>
5 <td></td>
6 <form action="http://www.google.com/search/" method=get onsubmit="document.write('Form did submit'); return false">
7 <td><input id="a" type=submit value="Search"></td>
8 </form>
9 </table>
10 <a href="/about/pricetool.html"></a>
11 </div>
12 <script>
13 document.getElementById('a').click();
14 </script>
15 </html>