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

Unified Diff: chrome/test/data/autofill/heuristics/input/form_de2.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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/heuristics/input/form_de2.html
diff --git a/chrome/test/data/autofill/heuristics/input/form_de2.html b/chrome/test/data/autofill/heuristics/input/form_de2.html
deleted file mode 100644
index ab4e469456ec83c4b74101dd0ed5cc4fb836ef0d..0000000000000000000000000000000000000000
--- a/chrome/test/data/autofill/heuristics/input/form_de2.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- <form action="http://www.google.com/" method="post">
- <label for="ln">Nachname:</label> <input type="text" id="ln"><br>
- <label for="fn">Vorname:</label> <input type="text" id="fn"><br>
- <label for="cm">Firmenname:</label> <input type="text" id="cm"><br>
- <label for="a1">Straße und Hausnummer:</label> <input type="text" id="a1"><br>
- <label for="a2">Adresszusatz:</label> <input type="text" id="a2"><br>
- <label for="ct">Stadt:</label> <input type="text" id="ct"><br>
- <label for="zc">Postleitzahl:</label> <input type="text" id="zc"><br>
- <label for="st">Land:</label> <input type="text" id="st"><br>
- <label for="em">E-Mail-Adresse:</label> <input type="text" id="em"><br>
- <label for="ph">Telefonnummer:</label> <input type="text" id="ph"><br>
- <label for="fx">Fax-Nummer:</label> <input type="text" id="fx"><br>
- <label for="c1">Karteninhaber:</label> <input type="text" id="c1"><br>
- <label for="c2">Kartennummer:</label> <input type="text" id="c2"><br>
- <label for="c3">gültig bis monat:</label> <input type="text" id="c3"><br>
- <label for="c4">gültig bis jahr:</label> <input type="text" id="c4"><br>
- </form>
- </body>
-</html>
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/form_de.html ('k') | chrome/test/data/autofill/heuristics/input/form_en.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698