chromium/components/test/data/autofill/heuristics/input/003_i18n_es.html

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title></title>
  </head>
  <body>
    <form action="http://www.google.com/" method="post">
      <label for="fn">Nombre:</label> <input type="text" id="fn"><br>
      <label for="ln">Apellidos:</label> <input type="text" id="ln"><br>
      <label for="cm">Empresa:</label> <input type="text" id="cm"><br>
      <label for="a1">Dirección:</label> <input type="text" id="a1"><br>
      <label for="a2">Información adicional:</label> <input type="text" id="a2"><br>
      <label for="ct">Poblacion:</label> <input type="text" id="ct"><br>
      <label for="zc">Código Postal:</label> <input type="text" id="zc"><br>
      <label for="st">Provincia:</label> <input type="text" id="st"><br>
      <label for="em">E-mail:</label> <input type="text" id="em"><br>
      <label for="ph">Teléfono:</label> <input type="text" id="ph"><br>
      <label for="c1">Nombre de Tarjeta:</label> <input type="text" id="c1"><br>
      <label for="c2">Número de Tarjeta:</label> <input type="text" id="c2"><br>
      <label for="c3">Fecha de Expiración:</label> <input type="search" id="c3"><br>
      <label for="c4">Fecha de Expiración:</label> <input type="search" id="c4"><br>
    </form>
  </body>
</html>