1
    2
    3
    4
    5
    6
    7
    8
    9
   10

android_webview / test / data / autofill / form_username.html [blame]

<html>
  <body>
    <form action='a.html' name='formname' id='formid'>
      <input type='text' id='text1' name='username'
             placeholder='placeholder@placeholder.com'
             autocomplete='username name'>
      <input type='submit'>
    </form>
  </body>
</html>