diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 21:00:01 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 21:00:01 +0000 |
commit | 9fcb80c75876a4c299054969fdddc2f8bd3f8727 (patch) | |
tree | d7ff2fb915da4150bf180ac503c03dd25737a409 /chrome/test | |
parent | fc85ab633f0ca6572f829f494981a57c3e3025e0 (diff) | |
download | chromium_src-9fcb80c75876a4c299054969fdddc2f8bd3f8727.zip chromium_src-9fcb80c75876a4c299054969fdddc2f8bd3f8727.tar.gz chromium_src-9fcb80c75876a4c299054969fdddc2f8bd3f8727.tar.bz2 |
Autofill data driven heuristics files need line-ending fix
Fixes CRLF issues in the input HTML files.
BUG=none
TEST=FormStructureBrowserTest.*
Review URL: http://codereview.chromium.org/6725007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
5 files changed, 149 insertions, 149 deletions
diff --git a/chrome/test/data/autofill/heuristics/input/form_de.html b/chrome/test/data/autofill/heuristics/input/form_de.html index 28300da..78619f1 100644 --- a/chrome/test/data/autofill/heuristics/input/form_de.html +++ b/chrome/test/data/autofill/heuristics/input/form_de.html @@ -1,26 +1,26 @@ -<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- <form action="http://www.google.com/" method="post">
- <label for="fn">Vorname:</label> <input type="text" id="fn"><br>
- <label for="ln">Nachname:</label> <input type="text" id="ln"><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>
+<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title></title> + </head> + <body> + <form action="http://www.google.com/" method="post"> + <label for="fn">Vorname:</label> <input type="text" id="fn"><br> + <label for="ln">Nachname:</label> <input type="text" id="ln"><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 newline at end of file diff --git a/chrome/test/data/autofill/heuristics/input/form_phones_en.html b/chrome/test/data/autofill/heuristics/input/form_phones_en.html index 614ff26..76a927a 100644 --- a/chrome/test/data/autofill/heuristics/input/form_phones_en.html +++ b/chrome/test/data/autofill/heuristics/input/form_phones_en.html @@ -7,69 +7,69 @@ <body> <form action="http://www.google.com/" method="post"> <label for="firstname">First name:</label> - <input type="text" id="firstname"><br/> - <label for="lastname">Last name:</label> - <input type="text" id="lastname"><br/> - <label for="address">Address:</label> - <input type="text" id="address"><br/> - <label for="city">City:</label> - <input type="text" id="city"><br/> - <label for="state">State:</label> - <input type="text" id="state"><br/> - <label for="zip">Zip:</label> - <input type="text" id="zip"><br/> + <input type="text" id="firstname"><br/> + <label for="lastname">Last name:</label> + <input type="text" id="lastname"><br/> + <label for="address">Address:</label> + <input type="text" id="address"><br/> + <label for="city">City:</label> + <input type="text" id="city"><br/> + <label for="state">State:</label> + <input type="text" id="state"><br/> + <label for="zip">Zip:</label> + <input type="text" id="zip"><br/> - <label for="phone">Phone:</label> - <input type="text" id="phone"><br/> - Area Code: <input type="text" id="areacode1"> - Phone: <input type="text" id="phone1"><br/> + <label for="phone">Phone:</label> + <input type="text" id="phone"><br/> + Area Code: <input type="text" id="areacode1"> + Phone: <input type="text" id="phone1"><br/> Phone: - <input type="text" maxlength="3" name="hphone1"> - - <input type="text" maxlength="3" name="hphone2"> - - <input type="text" maxlength="4" name="hphone3"> - ext.: <input type="text" maxlength="5" name="hphone4"><br/> + <input type="text" maxlength="3" name="hphone1"> + - <input type="text" maxlength="3" name="hphone2"> + - <input type="text" maxlength="4" name="hphone3"> + ext.: <input type="text" maxlength="5" name="hphone4"><br/> Phone: ( <input type="text" maxlength="3" name="hphone1a"> ) - <input type="text" maxlength="3" name="hphone2a"> - - <input type="text" maxlength="4" name="hphone3a"> - ext.: <input type="text" maxlength="5" name="hphone4a"><br/> + <input type="text" maxlength="3" name="hphone2a"> + - <input type="text" maxlength="4" name="hphone3a"> + ext.: <input type="text" maxlength="5" name="hphone4a"><br/> Phone: - <input type="text" maxlength="2" name="hphone1b"> - <input type="text" maxlength="3" name="hphone1b"> - - <input type="text" maxlength="3" name="hphone2b"> - - <input type="text" maxlength="4" name="hphone3b"> - ext.: <input type="text" maxlength="5" name="hphone4b"><br/> + <input type="text" maxlength="2" name="hphone1b"> + <input type="text" maxlength="3" name="hphone1b"> + - <input type="text" maxlength="3" name="hphone2b"> + - <input type="text" maxlength="4" name="hphone3b"> + ext.: <input type="text" maxlength="5" name="hphone4b"><br/> Phone: - <input type="text" maxlength="2" name="hphone1c"> + <input type="text" maxlength="2" name="hphone1c"> ( <input type="text" maxlength="3" name="hphone1c"> ) - <input type="text" maxlength="3" name="hphone2c"> - - <input type="text" maxlength="4" name="hphone3c"> - ext.: <input type="text" maxlength="5" name="hphone4c"><br/> + <input type="text" maxlength="3" name="hphone2c"> + - <input type="text" maxlength="4" name="hphone3c"> + ext.: <input type="text" maxlength="5" name="hphone4c"><br/> - Fax: <input type="text" id="fax"><br/> - Area Code: <input type="text" id="faxareacode1"> - Fax: <input type="text" id="fax1"><br/> + Fax: <input type="text" id="fax"><br/> + Area Code: <input type="text" id="faxareacode1"> + Fax: <input type="text" id="fax1"><br/> Fax: - <input type="text" maxlength="3" name="hfax1"> - - <input type="text" maxlength="3" name="hfax2"> - - <input type="text" maxlength="4" name="hfax3"> - ext.: <input type="text" maxlength="5" name="hfax4"><br/> + <input type="text" maxlength="3" name="hfax1"> + - <input type="text" maxlength="3" name="hfax2"> + - <input type="text" maxlength="4" name="hfax3"> + ext.: <input type="text" maxlength="5" name="hfax4"><br/> Fax: ( <input type="text" maxlength="3" name="hfax1a"> ) - <input type="text" maxlength="3" name="hfax2a"> - - <input type="text" maxlength="4" name="hfax3a"> - ext.: <input type="text" maxlength="5" name="hfax4a"><br/> + <input type="text" maxlength="3" name="hfax2a"> + - <input type="text" maxlength="4" name="hfax3a"> + ext.: <input type="text" maxlength="5" name="hfax4a"><br/> Fax: - <input type="text" maxlength="2" name="hfax0b"> - <input type="text" maxlength="3" name="hfax1b"> - - <input type="text" maxlength="3" name="hfax2b"> - - <input type="text" maxlength="4" name="hfax3b"> - ext.: <input type="text" maxlength="5" name="hfax4"><br/> + <input type="text" maxlength="2" name="hfax0b"> + <input type="text" maxlength="3" name="hfax1b"> + - <input type="text" maxlength="3" name="hfax2b"> + - <input type="text" maxlength="4" name="hfax3b"> + ext.: <input type="text" maxlength="5" name="hfax4"><br/> Fax: <input type="text" maxlength="2" name="hfax0c"> ( <input type="text" maxlength="3" name="hfax1c"> ) - <input type="text" maxlength="3" name="hfax2c"> - - <input type="text" maxlength="4" name="hfax3c"> - ext.: <input type="text" maxlength="5" name="hfax4c"><br/> + <input type="text" maxlength="3" name="hfax2c"> + - <input type="text" maxlength="4" name="hfax3c"> + ext.: <input type="text" maxlength="5" name="hfax4c"><br/> </form> </body> </html> diff --git a/chrome/test/data/autofill/heuristics/input/form_ru.html b/chrome/test/data/autofill/heuristics/input/form_ru.html index b8985c6..9c1f738 100644 --- a/chrome/test/data/autofill/heuristics/input/form_ru.html +++ b/chrome/test/data/autofill/heuristics/input/form_ru.html @@ -1,26 +1,26 @@ -<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- <form action="http://www.google.com/" method="post">
- <label for="fn">Имя:</label> <input type="text" id="fn"><br>
- <label for="ln">Фамилия:</label> <input type="text" id="ln"><br>
- <label for="cm">название компании:</label> <input type="text" id="cm"><br>
- <label for="a1">Адрес:</label> <input type="text" id="a1"><br>
- <label for="a2">Улица:</label> <input type="text" id="a2"><br>
- <label for="ct">Город:</label> <input type="text" id="ct"><br>
- <label for="zc">Почтовый Индекс:</label> <input type="text" id="zc"><br>
- <label for="st">область:</label> <input type="text" id="st"><br>
- <label for="em">Электронной Почты:</label> <input type="text" id="em"><br>
- <label for="ph">телефон:</label> <input type="text" id="ph"><br>
- <label for="fx">факс:</label> <input type="text" id="fx"><br>
- <label for="c1">Имя владельца карты:</label> <input type="text" id="c1"><br>
- <label for="c2">Номер кредитной карты:</label> <input type="text" id="c2"><br>
- <label for="c3">Срок действия карты :</label> <input type="text" id="c3"><br>
- <label for="c4">Срок действия карты :</label> <input type="text" id="c4"><br>
- </form>
- </body>
+<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title></title> + </head> + <body> + <form action="http://www.google.com/" method="post"> + <label for="fn">Имя:</label> <input type="text" id="fn"><br> + <label for="ln">Фамилия:</label> <input type="text" id="ln"><br> + <label for="cm">название компании:</label> <input type="text" id="cm"><br> + <label for="a1">Адрес:</label> <input type="text" id="a1"><br> + <label for="a2">Улица:</label> <input type="text" id="a2"><br> + <label for="ct">Город:</label> <input type="text" id="ct"><br> + <label for="zc">Почтовый Индекс:</label> <input type="text" id="zc"><br> + <label for="st">область:</label> <input type="text" id="st"><br> + <label for="em">Электронной Почты:</label> <input type="text" id="em"><br> + <label for="ph">телефон:</label> <input type="text" id="ph"><br> + <label for="fx">факс:</label> <input type="text" id="fx"><br> + <label for="c1">Имя владельца карты:</label> <input type="text" id="c1"><br> + <label for="c2">Номер кредитной карты:</label> <input type="text" id="c2"><br> + <label for="c3">Срок действия карты :</label> <input type="text" id="c3"><br> + <label for="c4">Срок действия карты :</label> <input type="text" id="c4"><br> + </form> + </body> </html>
\ No newline at end of file diff --git a/chrome/test/data/autofill/heuristics/input/form_zh_cn.html b/chrome/test/data/autofill/heuristics/input/form_zh_cn.html index a95d2ff..5826353 100644 --- a/chrome/test/data/autofill/heuristics/input/form_zh_cn.html +++ b/chrome/test/data/autofill/heuristics/input/form_zh_cn.html @@ -1,25 +1,25 @@ -<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- <form action="http://www.google.com/" method="post">
- <label for="fl">姓名:</label> <input type="text" id="fl"><br>
- <label for="cm">公司:</label> <input type="text" id="cm"><br>
- <label for="a1">地址:</label> <input type="text" id="a1"><br>
- <label for="a2">地址2:</label> <input type="text" id="a2"><br>
- <label for="ct">市:</label> <input type="text" id="ct"><br>
- <label for="zc">邮编:</label> <input type="text" id="zc"><br>
- <label for="st">省:</label> <input type="text" id="st"><br>
- <label for="em">邮箱:</label> <input type="text" id="em"><br>
- <label for="ph">电话:</label> <input type="text" id="ph"><br>
- <label for="fx">传真:</label> <input type="text" id="fx"><br>
- <label for="c1">持卡人姓名:</label> <input type="text" id="c1"><br>
- <label for="c2">信用卡号码:</label> <input type="text" id="c2"><br>
- <label for="c3">月:</label> <input type="text" id="c3"><br>
- <label for="c4">年:</label> <input type="text" id="c4"><br>
- </form>
- </body>
+<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title></title> + </head> + <body> + <form action="http://www.google.com/" method="post"> + <label for="fl">姓名:</label> <input type="text" id="fl"><br> + <label for="cm">公司:</label> <input type="text" id="cm"><br> + <label for="a1">地址:</label> <input type="text" id="a1"><br> + <label for="a2">地址2:</label> <input type="text" id="a2"><br> + <label for="ct">市:</label> <input type="text" id="ct"><br> + <label for="zc">邮编:</label> <input type="text" id="zc"><br> + <label for="st">省:</label> <input type="text" id="st"><br> + <label for="em">邮箱:</label> <input type="text" id="em"><br> + <label for="ph">电话:</label> <input type="text" id="ph"><br> + <label for="fx">传真:</label> <input type="text" id="fx"><br> + <label for="c1">持卡人姓名:</label> <input type="text" id="c1"><br> + <label for="c2">信用卡号码:</label> <input type="text" id="c2"><br> + <label for="c3">月:</label> <input type="text" id="c3"><br> + <label for="c4">年:</label> <input type="text" id="c4"><br> + </form> + </body> </html>
\ No newline at end of file diff --git a/chrome/test/data/autofill/heuristics/input/form_zh_tw.html b/chrome/test/data/autofill/heuristics/input/form_zh_tw.html index f470880..e5ee989 100644 --- a/chrome/test/data/autofill/heuristics/input/form_zh_tw.html +++ b/chrome/test/data/autofill/heuristics/input/form_zh_tw.html @@ -1,26 +1,26 @@ -<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- <form action="http://www.google.com/" method="post">
- <label for="fn">名字:</label> <input type="text" id="fn"><br>
- <label for="ln">姓氏:</label> <input type="text" id="ln"><br>
- <label for="cm">公司:</label> <input type="text" id="cm"><br>
- <label for="a1">住家地址:</label> <input type="text" id="a1"><br>
- <label for="a2">地址:</label> <input type="text" id="a2"><br>
- <label for="ct">分區:</label> <input type="text" id="ct"><br>
- <label for="zc">郵遞區號:</label> <input type="text" id="zc"><br>
- <label for="st">地區:</label> <input type="text" id="st"><br>
- <label for="em">電郵地址:</label> <input type="text" id="em"><br>
- <label for="ph">電話:</label> <input type="text" id="ph"><br>
- <label for="fx">傳真:</label> <input type="text" id="fx"><br>
- <label for="c1">持卡人姓名:</label> <input type="text" id="c1"><br>
- <label for="c2">信用卡卡號:</label> <input type="text" id="c2"><br>
- <label for="c3">月:</label> <input type="text" id="c3"><br>
- <label for="c4">年:</label> <input type="text" id="c4"><br>
- </form>
- </body>
-</html>
+<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title></title> + </head> + <body> + <form action="http://www.google.com/" method="post"> + <label for="fn">名字:</label> <input type="text" id="fn"><br> + <label for="ln">姓氏:</label> <input type="text" id="ln"><br> + <label for="cm">公司:</label> <input type="text" id="cm"><br> + <label for="a1">住家地址:</label> <input type="text" id="a1"><br> + <label for="a2">地址:</label> <input type="text" id="a2"><br> + <label for="ct">分區:</label> <input type="text" id="ct"><br> + <label for="zc">郵遞區號:</label> <input type="text" id="zc"><br> + <label for="st">地區:</label> <input type="text" id="st"><br> + <label for="em">電郵地址:</label> <input type="text" id="em"><br> + <label for="ph">電話:</label> <input type="text" id="ph"><br> + <label for="fx">傳真:</label> <input type="text" id="fx"><br> + <label for="c1">持卡人姓名:</label> <input type="text" id="c1"><br> + <label for="c2">信用卡卡號:</label> <input type="text" id="c2"><br> + <label for="c3">月:</label> <input type="text" id="c3"><br> + <label for="c4">年:</label> <input type="text" id="c4"><br> + </form> + </body> +</html> |