chromium/ios/testing/data/http_server_files/multi_field_form.html

<!DOCTYPE html>

<!--
Copyright 2016 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>
hello!
<form method=POST action="printPostData">
<input type="text" name="username" id="username"><br>
<input type="text" name="otherstuff" id="otherstuff"><br>
<input type="text" name="morestuff" id="morestuff"><br>
<input type="submit" value="Submit" id="submit">
</form>
</body>
</html>