chromium/chrome/test/data/form.html

<html>
<head>
</head>
<body>
<!-- A form leading to an empty page. The form is submitted via javascript, so
 we don't need a submit button. -->
<form id="form" action="/title1.html" method="post"></form>
</body>