Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / autofill / heuristics / input / bug_471748.html
blob0ef0e3beedd2be53ab0712b79ac66b7e7db93391
1 <head>
2 <title>Payment Information</title>
3 </head>
4 <form name="info" method="post" action="https://www.runningwarehouse.com/finalcheckout.html" id="creditcard">
5 <div class="pay_method">
6 <h3 class="h_check">Pay with Credit Card:</h3>
8 <div class="saved_wrap clearfix">
10 </div>
12 <div id="fade_card">
13 <div class="cc_row card_type cf">
14 <label for="cctype">Card Type:</label>
15 <div class="cc_selwrap">
16 <div class="dropdownbox"><div class="current_selection"><span class="selection_text" title="Visa">Visa</span><span class="drop_arrow"><span></span></span></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;">
17 <option value="VISA" selected="">Visa</option>
18 <option value="MASTERCARD">MasterCard</option>
19 <option value="AMEX">American Express</option>
20 <option value="DISCOVER">Discover</option>
21 </select>
22 </div>
23 <div class="cc_iconwrap">
24 <span class="cc_icon ic_visa selected">Visa</span>
25 <span class="cc_icon ic_mc">MasterCard</span>
26 <span class="cc_icon ic_ae">American Express</span>
27 <span class="cc_icon ic_disc">Discover</span>
28 </div>
29 </div>
30 <div class="cc_row cc_num">
31 <label for="cardnum">Card #:</label>
32 <input type="text" name="cardnum" id="cardnum" maxlength="19" class="check_text">
33 </div>
34 <div class="cc_row">
35 <label for="expdate">Expire Date:</label>
36 <input type="text" name="expdate" id="expdate" maxlength="5" class="check_text">
37 <span>MM/YY</span>
38 </div>
39 <div class="cc_row">
40 <label for="cvv2">CCV2:</label>
41 <input type="text" name="cvv2" id="cvv2" maxlength="4" class="check_text">
42 <a href="https://www.runningwarehouse.com/cvv2.html#cvv2_info" class="lightboxpop" data-boxheight="375" data-boxwidth="500">what's this?</a>
43 </div>
44 </div>
45 </div>
46 </form>