<!--
Copyright 2013 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<body>
I'm a page that submits a form.
<form id="form" name="input" action="" method="post">
<input id="submit_button" type="submit" value="Submit">
</form>
<script src="navigate.js"></script>
</body>
</html>