chromium/chrome/test/data/password/gaia_reath_form.html


<!--
    A form that emulates a Gaia reath form, namely it contains 2 hidden fields
    with name "rart" and "continue".
 -->
<html>
<body>
<form action="done.html" id="gaiaReath">
  <input type="email" name="identifier" id="identifier" autocomplete="username">
  <input type="password" name="password" id="password" autocomplete="password">
  <input type="hidden" name="rart">
  <input type="hidden" name="continue" value="passwords.google.com">
</form>

</body>
</html>