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

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

Issue 1111583002: Retry aa3219ce27ef5471c19670fe5145b136925cbc89: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 <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 ="">
1 <div id="creditCardFormContainer"> 5 <div id="creditCardFormContainer">
2 <div class="cardNotification hidden"> 6 <div class="cardNotification hidden">
3 <div class="nsg-form--global-message--alert"> 7 <div class="nsg-form--global-message--alert">
4 <span>Your card has expired.</span> 8 <span>Your card has expired.</span>
5 </div> 9 </div>
6 </div> 10 </div>
7 11
8 <div class="form-row margin-tb-standard"> 12 <div class="form-row margin-tb-standard">
9 <label class="nsg-form--label top-label" id="label-creditCardType"> 13 <label class="nsg-form--label top-label" id="label-creditCardType">
10 Card Type&nbsp;<b class="nsg-form--required">*</b> 14 Card Type&nbsp;<b class="nsg-form--required">*</b>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <label class="nsg-form--label relative" for="phoneNumber">Billing Phone<a hr ef="#" class="ch4_help icon-019-help alignRight"> 107 <label class="nsg-form--label relative" for="phoneNumber">Billing Phone<a hr ef="#" class="ch4_help icon-019-help alignRight">
104 <div class="ch4_toolTip" style="display: none;"> 108 <div class="ch4_toolTip" style="display: none;">
105 <div class="ch4_toolTipArrow"></div> 109 <div class="ch4_toolTipArrow"></div>
106 Your registered number with your payment issuer is required to process your order.</div> 110 Your registered number with your payment issuer is required to process your order.</div>
107 </a> 111 </a>
108 <b class="nsg-form--required"> *</b></label> 112 <b class="nsg-form--required"> *</b></label>
109 <input class="nsg-form--input js-phoneNumber" type="tel" id="phoneNumber" na me="phoneNumber" value="" maxlength="18"> 113 <input class="nsg-form--input js-phoneNumber" type="tel" id="phoneNumber" na me="phoneNumber" value="" maxlength="18">
110 </div> 114 </div>
111 </div> 115 </div>
112 </div> 116 </div>
117 </form>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698