4 /* The submit button's position and size is fixed, so that it's easy to specify
5 * tap/click coordinates for it. */
16 <!-- Use GET, so that the password is visible in the URL after submitting. -->
17 <form method=
"GET" action=
"done.html" id=
"testform">
18 <input type=
"text" id=
"username_field" name=
"username_field">
19 <input type=
"password" id=
"password_field" name=
"password_field">
20 <input type=
"submit" id=
"input_submit_button">
22 <a href=
"done.html" id=
"testlink" target=
"_blank">Link
</a>