haikuwebkit/LayoutTests/fast/forms/formmove3.html

16 lines
339 B
HTML

<html>
<a name="top">
<div>
<table>
<td></td>
<form action="http://www.google.com/search/" method=get onsubmit="document.write('Form did submit'); return false">
<td><input id="a" type=submit value="Search"></td>
</form>
</table>
<a href="/about/pricetool.html"></a>
</div>
<script>
document.getElementById('a').click();
</script>
</html>