blob: cf7284a7e78ca30840bf7d428122a8f1491cd762 [file]
<html>
<body>
<form action='a.html' name='formname' id='formid'>
<input type='text' id='username' name='username'
autocomplete='username'>
<input type='password' id='password' name='password'
autocomplete='current-password'>
<input type='submit'>
</form>
</body>
</html>