Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / formmove3.html
blob332959c9ba37986172bdb70bfacd0639ef7312d7
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>