chromium/chrome/test/data/autofill/forms_without_identifiers.html

<!-- A page that is used to test that a page with 2 forms without idenfiers that contain fields without identifiers get filled properly. -->
<body>
  <form>
    <button type="button"></button>
  </form>
  <form>
    <input type="text" autocomplete="name">
    <input type="text" autocomplete="email">
  </form>
</body>