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

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

Issue 7493036: Speed up the Autofill heuristics browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/14_register_trueblue.jetblue.com.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp /DTD/xhtml-rdfa-1.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp /DTD/xhtml-rdfa-1.dtd">
2 <!-- saved from url=(0049)https://www.threadless.com/cart/step/billing-info --> 2 <!-- saved from url=(0049)https://www.threadless.com/cart/step/billing-info -->
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="htt p://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" version="XHTML+RDFa 1.0" class="wf-kulturistaweb1kulturistaweb2-n4-active wf-kul turistaweb1kulturistaweb2-i4-active wf-futurapt1futurapt2-n7-active wf-futurapt1 futurapt2-n8-active wf-ronniacondensed1ronniacondensed2-n7-active wf-active"><he ad><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="htt p://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" version="XHTML+RDFa 1.0" class="wf-kulturistaweb1kulturistaweb2-n4-active wf-kul turistaweb1kulturistaweb2-i4-active wf-futurapt1futurapt2-n7-active wf-futurapt1 futurapt2-n8-active wf-ronniacondensed1ronniacondensed2-n7-active wf-active"><he ad><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 --> 4 -->
5 5
6 <form method="post" id="checkoutForm" action="./three.com_files/thre e.com.html" name="cartform"> 6 <form method="post" id="checkoutForm" action="./three.com_files/thre e.com.html" name="cartform">
7 <div class="section radio"> 7 <div class="section radio">
8 <h2>Payment Type</h2> 8 <h2>Payment Type</h2>
9 <div class="col"> 9 <div class="col">
10 <p> 10 <p>
11 <input id="cc" type="radio" name="payment_group" value=" cc" onclick="togglePayment()" checked=""> 11 <input id="cc" type="radio" name="payment_group" value=" cc" onclick="togglePayment()" checked="">
12 <label><img src="./three.com_files/creditCards.gif" widt h="172" height="23" alt="Mastercard, Visa, American Express, Discover"></label> 12 <label><img src="#" width="172" height="23" alt="Masterc ard, Visa, American Express, Discover"></label>
13 </p> 13 </p>
14 <p> 14 <p>
15 <input id="paypal" type="radio" name="payment_group" val ue="paypal" onclick="togglePayment()"> 15 <input id="paypal" type="radio" name="payment_group" val ue="paypal" onclick="togglePayment()">
16 <label><img src="./three.com_files/payPal.gif" width="37 " height="23" alt="Paypal"></label> 16 <label><img src="#" width="37" height="23" alt="Paypal"> </label>
17 </p> 17 </p>
18 </div> 18 </div>
19 <div class="col"> 19 <div class="col">
20 <p>We accept Visa, Mastercard, Discover, American Express, a nd PayPal.</p> 20 <p>We accept Visa, Mastercard, Discover, American Express, a nd PayPal.</p>
21 </div> 21 </div>
22 </div> 22 </div>
23 23
24 <div id="billing_inner_container"> 24 <div id="billing_inner_container">
25 <div class="section"> 25 <div class="section">
26 <h2>Enter your credit card information</h2> 26 <h2>Enter your credit card information</h2>
(...skipping 24 matching lines...) Expand all
51 51
52 <div class="card_security"> 52 <div class="card_security">
53 <p> 53 <p>
54 <label>Security code</label> 54 <label>Security code</label>
55 <input id="" name="ccSecurity" t ype="text" maxlength="4" autocomplete="off" class="short"> 55 <input id="" name="ccSecurity" t ype="text" maxlength="4" autocomplete="off" class="short">
56 </p> 56 </p>
57 57
58 <div class="card_guide"> 58 <div class="card_guide">
59 <h3>Where do I find it?</h3> 59 <h3>Where do I find it?</h3>
60 <h4>Visa &amp; Mastercard:</h4> 60 <h4>Visa &amp; Mastercard:</h4>
61 » » <p><img src="./three.com_files/cc_co de_1.gif" width="80" height="43"><span>3-digit code</span></p>» 61 » » <p><img src="#" width="80" height="4 3"><span>3-digit code</span></p>»
62 <h4>American Express:</h4> 62 <h4>American Express:</h4>
63 » » <p><img src="./three.com_files/cc_co de_2.gif" width="80" height="43"><span>4-digit code</span></p> 63 » » <p><img src="#" width="80" height="4 3"><span>4-digit code</span></p>
64 </div><!-- END .card_guide --> 64 </div><!-- END .card_guide -->
65 </div><!-- END #card_security --> 65 </div><!-- END #card_security -->
66 </div><!-- END #card_info --> 66 </div><!-- END #card_info -->
67 </div><!-- END .section --> 67 </div><!-- END .section -->
68 68
69 69
70 <div class="section"> 70 <div class="section">
71 <h2>Enter your credit card billing address</h2> 71 <h2>Enter your credit card billing address</h2>
72 <div id="billing_address" class="col"> 72 <div id="billing_address" class="col">
73 <p class="checkbox"> 73 <p class="checkbox">
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 </div><!-- END #billing_address --> 203 </div><!-- END #billing_address -->
204 204
205 <div id="billing_faqs" class="col"> 205 <div id="billing_faqs" class="col">
206 <h3>Can shipping and billing addresses be differ ent?</h3> 206 <h3>Can shipping and billing addresses be differ ent?</h3>
207 <p>As long as the billing and shipping addresses are in the same country, you can use different billing and shipping addresses.< /p> 207 <p>As long as the billing and shipping addresses are in the same country, you can use different billing and shipping addresses.< /p>
208 <h3>When will my credit card be charged?</h3> 208 <h3>When will my credit card be charged?</h3>
209 <p>Your card will be charged when you click the PLACE YOUR ORDER button in the next step.</p> 209 <p>Your card will be charged when you click the PLACE YOUR ORDER button in the next step.</p>
210 <h3>How do you secure my online privacy?</h3> 210 <h3>How do you secure my online privacy?</h3>
211 <p>Threadless is a certified licensee of the TRU STe® Privacy Seal Program. The privacy statement and practices of http://www.th readless.com have been reviewed by TRUSTe for compliance with our strict program requirements.</p> 211 <p>Threadless is a certified licensee of the TRU STe® Privacy Seal Program. The privacy statement and practices of http://www.th readless.com have been reviewed by TRUSTe for compliance with our strict program requirements.</p>
212 <p> 212 <p>
213 » » <a href="http://www.truste.org/ivalidate.php ?url=www.threadless.com&sealid=101"><img src="./three.com_files/truste_cart.gif" width="154" height="42"></a> 213 » » <a href="http://www.truste.org/ivalidate.php ?url=www.threadless.com&sealid=101"><img src="#" width="154" height="42"></a>
214 </p> 214 </p>
215 </div><!-- END #billing_faqs --> 215 </div><!-- END #billing_faqs -->
216 </div><!-- END .section --> 216 </div><!-- END .section -->
217 </div><!-- END #billing_inner_container --> 217 </div><!-- END #billing_inner_container -->
218 <p class="cart_step_button"> 218 <p class="cart_step_button">
219 <input type="hidden" name="verify" value="1"> 219 <input type="hidden" name="verify" value="1">
220 <a class="cc_link" href="javascript:$j('#checkoutForm'). submit();">Last step, verify then place your order!</a> 220 <a class="cc_link" href="javascript:$j('#checkoutForm'). submit();">Last step, verify then place your order!</a>
221 <a class="paypal_link" href="javascript:$j('#checkoutFor m').submit();">Continue to PayPal</a> 221 <a class="paypal_link" href="javascript:$j('#checkoutFor m').submit();">Continue to PayPal</a>
222 </p> 222 </p>
223 </form><!-- END form --> 223 </form><!-- END form -->
224 </div><!-- END billing_container --> 224 </div><!-- END billing_container -->
225 225
226 </div><!-- END .main_left_4 m_r_20 --> 226 </div><!-- END .main_left_4 m_r_20 -->
227 <!-- </div>where is this opening div ? --> 227 <!-- </div>where is this opening div ? -->
228 <div class="main_left_2"> 228 <div class="main_left_2">
229 229
230 <div id="cart_right_top"></div> 230 <div id="cart_right_top"></div>
231 231
232 <div class="step_image"> 232 <div class="step_image">
233 » <div><img src="./three.com_files/1_off.gif" width="80" height"33"=""></d iv> 233 » <div><img src="#" width="80" height"33"=""></div>
234 <div><a href="https://www.threadless.com/cart/step/shipping-info">Edit</ a></div> 234 <div><a href="https://www.threadless.com/cart/step/shipping-info">Edit</ a></div>
235 </div> 235 </div>
236 <div class="step_image"> 236 <div class="step_image">
237 » <div><img src="./three.com_files/2_on.gif" width="80" height"33"=""></di v> 237 » <div><img src="#" width="80" height"33"=""></div>
238 <div>Now</div> 238 <div>Now</div>
239 </div> 239 </div>
240 <div class="step_image"> 240 <div class="step_image">
241 » <div><img src="./three.com_files/3_off.gif" width="80" height"33"=""></d iv> 241 » <div><img src="#" width="80" height"33"=""></div>
242 <div>Next</div> 242 <div>Next</div>
243 </div> 243 </div>
244 244
245 <br> 245 <br>
246 246
247 <div class="cart_right"> 247 <div class="cart_right">
248 248
249 » » <div class="m_b_10 cart_header_faq"> In your cart&nbsp;&nbsp;&nb sp;&nbsp;<a href="https://www.threadless.com/cart"><img src="./three.com_files/b tn_edit.gif" align="absmiddle"></a></div> 249 » » <div class="m_b_10 cart_header_faq"> In your cart&nbsp;&nbsp;&nb sp;&nbsp;<a href="https://www.threadless.com/cart"><img src="#" align="absmiddle "></a></div>
250 250
251 <div class="f_14"><a href="https://www.threadless.com/product/3016/Hugs_ Keep_Us_Alive">Hugs Keep Us Alive!</a></div> 251 <div class="f_14"><a href="https://www.threadless.com/product/3016/Hugs_ Keep_Us_Alive">Hugs Keep Us Alive!</a></div>
252 <div class="m_b_10 grey">(1) Large Silver Guys Tee</div> 252 <div class="m_b_10 grey">(1) Large Silver Guys Tee</div>
253 253
254 254
255 <br> 255 <br>
256 <div class="b_t_dotted m_b_20"></div> 256 <div class="b_t_dotted m_b_20"></div>
257 257
258 <div class="m_b_10 cart_header_faq"> Order summary</div> 258 <div class="m_b_10 cart_header_faq"> Order summary</div>
259 259
(...skipping 18 matching lines...) Expand all
278 </div> 278 </div>
279 279
280 280
281 </div><!-- END .contentMain --> 281 </div><!-- END .contentMain -->
282 282
283 <!-- included by footer.tpl and bot.tpl --> 283 <!-- included by footer.tpl and bot.tpl -->
284 <div class="footer_container"> 284 <div class="footer_container">
285 <footer> 285 <footer>
286 <section class="we_like_you"> 286 <section class="we_like_you">
287 <div class="like_graphic"> 287 <div class="like_graphic">
288 » » » » » » <iframe src="./three.com_files/l ikebox.html" scrolling="no" frameborder="0" style="border:none; height:55px; mar gin: -10px 0 0 -10px; overflow:hidden; width:222px;" allowtransparency="true"></ iframe> 288 » » » » » » <iframe src="#" scrolling="no" f rameborder="0" style="border:none; height:55px; margin: -10px 0 0 -10px; overflo w:hidden; width:222px;" allowtransparency="true"></iframe>
289 </div> 289 </div>
290 <h5 class="like_coupon"><a title="Like u s on facebook!" href="http://www.facebook.com/threadless" target="_blank">We lik e you! You should like us on Facebook for exclusive offers and awesome awesomen ess!</a></h5> 290 <h5 class="like_coupon"><a title="Like u s on facebook!" href="http://www.facebook.com/threadless" target="_blank">We lik e you! You should like us on Facebook for exclusive offers and awesome awesomen ess!</a></h5>
291 </section> 291 </section>
292 <section class="shop"> 292 <section class="shop">
293 <h3><a href="https://www.threadless.com/shop">Shop</a></ h3> 293 <h3><a href="https://www.threadless.com/shop">Shop</a></ h3>
294 <ul> 294 <ul>
295 <li><a href="https://www.threadless.com/catalog/type ,guys">Guys</a></li> 295 <li><a href="https://www.threadless.com/catalog/type ,guys">Guys</a></li>
296 <li><a href="https://www.threadl ess.com/catalog/type,girly">Girly</a></li> 296 <li><a href="https://www.threadl ess.com/catalog/type,girly">Girly</a></li>
297 <li><a href="https://www.threadl ess.com/catalog/type,babies">Babies</a></li> 297 <li><a href="https://www.threadl ess.com/catalog/type,babies">Babies</a></li>
298 <li><a href="https://www.threadl ess.com/catalog/type,kids">Kids</a></li> 298 <li><a href="https://www.threadl ess.com/catalog/type,kids">Kids</a></li>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 </section><!-- END .info --> 347 </section><!-- END .info -->
348 348
349 <section class="contact vcard"> 349 <section class="contact vcard">
350 <h3>Newsletter</h3> 350 <h3>Newsletter</h3>
351 <span class="fn org">Threadless</span> 351 <span class="fn org">Threadless</span>
352 <form action="https://www.threadless.com/newsletter" method="pos t" class="newsletter_signup_form"> 352 <form action="https://www.threadless.com/newsletter" method="pos t" class="newsletter_signup_form">
353 <fieldset> 353 <fieldset>
354 <label for="newsletter_signup_email" class="hide">Enter your ema il address</label> 354 <label for="newsletter_signup_email" class="hide">Enter your ema il address</label>
355 <input for="newsletter_signup_email_footer" name="email" type="e mail" placeholder="Enter your email address"> 355 <input for="newsletter_signup_email_footer" name="email" type="e mail" placeholder="Enter your email address">
356 <input id="newsletter_signup_email_footer_submit" name="submit" type="su bmit" value="Join"> 356 <input id="newsletter_signup_email_footer_submit" name="submit" type="su bmit" value="Join">
357 <!--<input id="newsletter_signup_email_footer_submit" name="submit" type ="image" class="submit" value="Join us" src="https://www.threadless.com//imgs/cl ear.gif" />--> 357 <!--<input id="newsletter_signup_email_footer_submit" name="submit" type ="image" class="submit" value="Join us" src="#" />-->
358 </fieldset> 358 </fieldset>
359 <div style="display: none"> 359 <div style="display: none">
360 <img src="./three.com_files/loading.gif" alt="Loading..." title=""> Subm itting… 360 <img src="#" alt="Loading..." title=""> Submitting…
361 </div> 361 </div>
362 </form> 362 </form>
363 </body></html> 363 </body></html>
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/14_register_trueblue.jetblue.com.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698