<!DOCTYPE html>
<!--
Copyright 2024 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>
Signup form.
<form name='signup_form' id='signup_form' action='destination.html'>
<input type='text' name='username' id='un' value='Eguser'><br/>
<input type='password' name='new-password' id='pw' autocomplete='new-password'><br/>
<input type='password' name='confirmation' id='cpw' autocomplete='new-password'><br/>
<button id='submit_button' value='Submit'>SubForm</button>
</form>
</body></html>