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

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

Issue 1053473002: Autofill: Use field maxlength to improve credit card date matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add form structure browser test Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/bug_471748.out » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div class="pay_method">
2 <h3 class="h_check">Pay with Credit Card:</h3>
3
4 <div class="saved_wrap clearfix">
5
6 </div>
7
8 <div id="fade_card">
9 <div class="cc_row card_type cf">
10 <label for="cctype">Card Type:</label>
11 <div class="cc_selwrap">
12 <div class="dropdownbox"><div class="current_selection"><span class="sel ection_text" title="Visa">Visa</span><span class="drop_arrow"><span></span></spa n></div><ul class="optionslist"><li class="option selected">Visa</li><li class=" option">MasterCard</li><li class="option">American Express</li><li class="option ">Discover</li></ul></div><select name="ccType" id="cctype" class="fancy_select" style="display: none;">
13 <option value="VISA" selected="">Visa</option>
14 <option value="MASTERCARD">MasterCard</option>
15 <option value="AMEX">American Express</option>
16 <option value="DISCOVER">Discover</option>
17 </select>
18 </div>
19 <div class="cc_iconwrap">
20 <span class="cc_icon ic_visa selected">Visa</span>
21 <span class="cc_icon ic_mc">MasterCard</span>
22 <span class="cc_icon ic_ae">American Express</span>
23 <span class="cc_icon ic_disc">Discover</span>
24 </div>
25 </div>
26 <div class="cc_row cc_num">
27 <label for="cardnum">Card #:</label>
28 <input type="text" name="cardnum" id="cardnum" maxlength="19" class="check _text">
29 </div>
30 <div class="cc_row">
31 <label for="expdate">Expire Date:</label>
32 <input type="text" name="expdate" id="expdate" maxlength="5" class="check_ text">
33 <span>MM/YY</span>
34 </div>
35 <div class="cc_row">
36 <label for="cvv2">CCV2:</label>
37 <input type="text" name="cvv2" id="cvv2" maxlength="4" class="check_text">
38 <a href="https://www.runningwarehouse.com/cvv2.html#cvv2_info" class="ligh tboxpop" data-boxheight="375" data-boxwidth="500">what's this?</a>
39 </div>
40 </div>
41 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/bug_471748.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698