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

Side by Side Diff: chrome/test/data/autofill/heuristics/input/bug_465576.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>
2 <title>NikeStore</title>
3 </head>
4 <form id="creditCardForm" method="post" action="/payment/checkout/addNewCard.htm ?country=US&amp;view=html&amp;billingCountry=US&amp;langLocale=en_US" novalidate ="">
5 <div id="creditCardFormContainer"> 1 <div id="creditCardFormContainer">
6 <div class="cardNotification hidden"> 2 <div class="cardNotification hidden">
7 <div class="nsg-form--global-message--alert"> 3 <div class="nsg-form--global-message--alert">
8 <span>Your card has expired.</span> 4 <span>Your card has expired.</span>
9 </div> 5 </div>
10 </div> 6 </div>
11 7
12 <div class="form-row margin-tb-standard"> 8 <div class="form-row margin-tb-standard">
13 <label class="nsg-form--label top-label" id="label-creditCardType"> 9 <label class="nsg-form--label top-label" id="label-creditCardType">
14 Card Type&nbsp;<b class="nsg-form--required">*</b> 10 Card Type&nbsp;<b class="nsg-form--required">*</b>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <label class="nsg-form--label relative" for="phoneNumber">Billing Phone<a hr ef="#" class="ch4_help icon-019-help alignRight"> 103 <label class="nsg-form--label relative" for="phoneNumber">Billing Phone<a hr ef="#" class="ch4_help icon-019-help alignRight">
108 <div class="ch4_toolTip" style="display: none;"> 104 <div class="ch4_toolTip" style="display: none;">
109 <div class="ch4_toolTipArrow"></div> 105 <div class="ch4_toolTipArrow"></div>
110 Your registered number with your payment issuer is required to process your order.</div> 106 Your registered number with your payment issuer is required to process your order.</div>
111 </a> 107 </a>
112 <b class="nsg-form--required"> *</b></label> 108 <b class="nsg-form--required"> *</b></label>
113 <input class="nsg-form--input js-phoneNumber" type="tel" id="phoneNumber" na me="phoneNumber" value="" maxlength="18"> 109 <input class="nsg-form--input js-phoneNumber" type="tel" id="phoneNumber" na me="phoneNumber" value="" maxlength="18">
114 </div> 110 </div>
115 </div> 111 </div>
116 </div> 112 </div>
117 </form>
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/bug_465053.html ('k') | chrome/test/data/autofill/heuristics/input/bug_471748.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698