Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: chrome/test/data/autofill/heuristics/input/form_es.html

Issue 7120008: Autofill heuristics regression suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title></title>
6 </head>
7 <body>
8 <form action="http://www.google.com/" method="post">
9 <label for="fn">Nombre:</label> <input type="text" id="fn"><br>
10 <label for="ln">Apellidos:</label> <input type="text" id="ln"><br>
11 <label for="cm">Empresa:</label> <input type="text" id="cm"><br>
12 <label for="a1">Dirección:</label> <input type="text" id="a2"><br>
13 <label for="a2">Información adicional:</label> <input type="text" id="a2"> <br>
14 <label for="ct">Poblacion:</label> <input type="text" id="ct"><br>
15 <label for="zc">Código Postal:</label> <input type="text" id="zc"><br>
16 <label for="st">Provincia:</label> <input type="text" id="st"><br>
17 <label for="em">E-mail:</label> <input type="text" id="em"><br>
18 <label for="ph">Teléfono:</label> <input type="text" id="ph"><br>
19 <label for="fx">Fax:</label> <input type="text" id="fx"><br>
20 <label for="c1">Nombre de Tarjeta:</label> <input type="text" id="c1"><br>
21 <label for="c2">Número de Tarjeta:</label> <input type="text" id="c2"><br>
22 <label for="c3">Fecha de Expiración:</label> <input type="text" id="c3"><b r>
23 <label for="c4">Fecha de Expiración:</label> <input type="text" id="c4"><b r>
24 </form>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/form_en.html ('k') | chrome/test/data/autofill/heuristics/input/form_fr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698