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

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

Issue 1081803003: Limit form-less Autofilling to pages that look like checkout pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress msvc warning Created 5 years, 7 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 <div class="pay_method"> 1 <head>
2 <h3 class="h_check">Pay with Credit Card:</h3> 2 <title>Payment Information</title>
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>
3 7
4 <div class="saved_wrap clearfix"> 8 <div class="saved_wrap clearfix">
5 9
6 </div> 10 </div>
7 11
8 <div id="fade_card"> 12 <div id="fade_card">
9 <div class="cc_row card_type cf"> 13 <div class="cc_row card_type cf">
10 <label for="cctype">Card Type:</label> 14 <label for="cctype">Card Type:</label>
11 <div class="cc_selwrap"> 15 <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;"> 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;">
13 <option value="VISA" selected="">Visa</option> 17 <option value="VISA" selected="">Visa</option>
14 <option value="MASTERCARD">MasterCard</option> 18 <option value="MASTERCARD">MasterCard</option>
15 <option value="AMEX">American Express</option> 19 <option value="AMEX">American Express</option>
16 <option value="DISCOVER">Discover</option> 20 <option value="DISCOVER">Discover</option>
17 </select> 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>
18 </div> 29 </div>
19 <div class="cc_iconwrap"> 30 <div class="cc_row cc_num">
20 <span class="cc_icon ic_visa selected">Visa</span> 31 <label for="cardnum">Card #:</label>
21 <span class="cc_icon ic_mc">MasterCard</span> 32 <input type="text" name="cardnum" id="cardnum" maxlength="19" class="che ck_text">
22 <span class="cc_icon ic_ae">American Express</span> 33 </div>
23 <span class="cc_icon ic_disc">Discover</span> 34 <div class="cc_row">
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>
24 </div> 43 </div>
25 </div> 44 </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> 45 </div>
41 </div> 46 </form>
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