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

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

Issue 1106313002: Revert of Limit form-less Autofilling to pages that look like checkout pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 <head> 1 <div class="pay_method">
2 <title>Payment Information</title> 2 <h3 class="h_check">Pay with Credit Card:</h3>
3 </head>
4 <form name="info" method="post" action="https://www.runningwarehouse.com/finalch eckout.html" id="creditcard">
5 <div class="pay_method">
6 <h3 class="h_check">Pay with Credit Card:</h3>
7 3
8 <div class="saved_wrap clearfix"> 4 <div class="saved_wrap clearfix">
9 5
10 </div> 6 </div>
11 7
12 <div id="fade_card"> 8 <div id="fade_card">
13 <div class="cc_row card_type cf"> 9 <div class="cc_row card_type cf">
14 <label for="cctype">Card Type:</label> 10 <label for="cctype">Card Type:</label>
15 <div class="cc_selwrap"> 11 <div class="cc_selwrap">
16 <div class="dropdownbox"><div class="current_selection"><span class="s election_text" title="Visa">Visa</span><span class="drop_arrow"><span></span></s pan></div><ul class="optionslist"><li class="option selected">Visa</li><li class ="option">MasterCard</li><li class="option">American Express</li><li class="opti on">Discover</li></ul></div><select name="ccType" id="cctype" class="fancy_selec t" style="display: none;"> 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;">
17 <option value="VISA" selected="">Visa</option> 13 <option value="VISA" selected="">Visa</option>
18 <option value="MASTERCARD">MasterCard</option> 14 <option value="MASTERCARD">MasterCard</option>
19 <option value="AMEX">American Express</option> 15 <option value="AMEX">American Express</option>
20 <option value="DISCOVER">Discover</option> 16 <option value="DISCOVER">Discover</option>
21 </select> 17 </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> 18 </div>
30 <div class="cc_row cc_num"> 19 <div class="cc_iconwrap">
31 <label for="cardnum">Card #:</label> 20 <span class="cc_icon ic_visa selected">Visa</span>
32 <input type="text" name="cardnum" id="cardnum" maxlength="19" class="che ck_text"> 21 <span class="cc_icon ic_mc">MasterCard</span>
33 </div> 22 <span class="cc_icon ic_ae">American Express</span>
34 <div class="cc_row"> 23 <span class="cc_icon ic_disc">Discover</span>
35 <label for="expdate">Expire Date:</label>
36 <input type="text" name="expdate" id="expdate" maxlength="5" class="chec k_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="li ghtboxpop" data-boxheight="375" data-boxwidth="500">what's this?</a>
43 </div> 24 </div>
44 </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>
45 </div> 40 </div>
46 </form> 41 </div>
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/bug_465576.html ('k') | chrome/test/data/autofill/heuristics/input/bug_471831.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698