blob: 7db9b363e3e4ea66567e52398db694f9d4e7418a [file] [log] [blame]
<!--
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" autocomplete="username">
<input type="password" name="password" autocomplete="password">
<input type="hidden" name="rart">
<input type="hidden" name="continue" value="passwords.google.com">
</form>
</body>
</html>