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

Unified Diff: chrome/test/data/autofill/heuristics/input/145_hal-india.com.html

Issue 1808593003: [Autofill] Add regex for phone field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/145_hal-india.com.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autofill/heuristics/input/145_hal-india.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/145_hal-india.com.html b/chrome/test/data/autofill/heuristics/input/145_hal-india.com.html
new file mode 100644
index 0000000000000000000000000000000000000000..68c6afca2c4aac83ecd232d31f9d677d8b89103b
--- /dev/null
+++ b/chrome/test/data/autofill/heuristics/input/145_hal-india.com.html
@@ -0,0 +1,78 @@
+<form method="post" action="/Feedback/HF__11" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
+
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" class="form_table">
+ <tbody><tr>
+ <td hedlht="25" colspan="2">
+ <span id="ContentPlaceHolder1_Label1" class="redtext"></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ My Query Relates to <span style="color: #ff0000; font-size: 13px">*</span>
+ </td>
+ <td>
+ <select name="ctl00$ContentPlaceHolder1$ddlCategory" id="ContentPlaceHolder1_ddlCategory" class="inquiryselect">
+ <option value="0">--Select Category--</option>
+ <option value="1">Marketing</option>
+ <option value="2">Recruitment</option>
+ <option value="4">Human Resources</option>
+ <option value="7">Corporate Media Communications</option>
+ <option value="8">Integrated Materials Management</option>
+ <option value="9">Customer Services</option>
+ <option value="10">Planning &amp; Projects</option>
+ <option value="11">Public Information Officer</option>
+ <option value="12">Vigilance</option>
+
+</select>
+ <span id="ContentPlaceHolder1_RequiredFieldCategoryDrop" style="color:Red;visibility:hidden;">Select Category.</span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Mention Your Query <span style="color: #ff0000; font-size: 13px">*</span>
+ </td>
+ <td>
+ <textarea name="ctl00$ContentPlaceHolder1$txtQueryl" rows="2" cols="20" id="ContentPlaceHolder1_txtQueryl" style="height:89px;width:203px;"></textarea>
+ <span id="ContentPlaceHolder1_RequiredFieldValidator1" style="color:Red;visibility:hidden;">Enter Your Query.</span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Name <span style="color: #ff0000; font-size: 13px">*</span>
+ </td>
+ <td>
+ <input name="ctl00$ContentPlaceHolder1$txtName" type="text" id="ContentPlaceHolder1_txtName" style="height:25px;width:204px;">
+ <span id="ContentPlaceHolder1_RequiredFieldValidator2" style="color:Red;visibility:hidden;">Enter Name.</span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Email ID <span style="color: #ff0000; font-size: 13px">*</span>
+ </td>
+ <td>
+ <input name="ctl00$ContentPlaceHolder1$txtEmail" type="text" id="ContentPlaceHolder1_txtEmail" style="height:25px;width:204px;">
+ <span id="ContentPlaceHolder1_RequiredFieldValidator3" style="color:Red;visibility:hidden;">Enter Email Ids.</span>
+ <span id="ContentPlaceHolder1_ValidEmailIDRegularExpression" style="color:Red;visibility:hidden;">Enter Valid Email Id</span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Contact Number <span style="color: #ff0000; font-size: 13px">*</span>
+ </td>
+ <td>
+ <input name="ctl00$ContentPlaceHolder1$txtContact" type="text" id="ContentPlaceHolder1_txtContact" onkeypress="return enterNumericDataOnly(event)" style="height:25px;width:204px;">
+ <span id="ContentPlaceHolder1_RequiredFieldValidator4" style="color:Red;visibility:hidden;">Enter Contact Number.</span>
+ </td>
+ </tr>
+ <tr>
+ <td align="left">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" style="margin-left: 40px">
+ <input type="submit" name="ctl00$ContentPlaceHolder1$btnEmails" value="Submit" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ContentPlaceHolder1$btnEmails&quot;, &quot;&quot;, true, &quot;E&quot;, &quot;&quot;, false, false))" id="ContentPlaceHolder1_btnEmails" class="btn">
+
+ </td>
+ </tr>
+ </tbody></table>
+</form>
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/145_hal-india.com.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698