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

Side by Side Diff: chrome/test/data/autofill/heuristics/input/04_checkout_lowes.com.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
OLDNEW
1 1
2 2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd"> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd">
4 4
5 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head> 6 <head>
7 7
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <meta name="GENERATOR" content="IBM Software Development Platform" /> 9 <meta name="GENERATOR" content="IBM Software Development Platform" />
10 10
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 Example: 12345 472 Example: 12345
473 </div> 473 </div>
474 474
475 475
476 </div> 476 </div>
477 </li> 477 </li>
478 478
479 <li id="taxGeoCode" class="alert"> 479 <li id="taxGeoCode" class="alert">
480 <label for="municipality">Municipality: 480 <label for="municipality">Municipality:
481 <a class="contextHelp outdent" title="Click for more information" rel="taxGeoCode-help1" href="#" target="_blank"> 481 <a class="contextHelp outdent" title="Click for more information" rel="taxGeoCode-help1" href="#" target="_blank">
482 <img src="/wcsstore/B2BDirectStorefrontAssetStore/images/icon_question.gif" alt= "help icon"/> 482 <img src="#" alt="help icon"/>
483 </a> 483 </a>
484 <div id="taxGeoCode-help1" class="hidden"> 484 <div id="taxGeoCode-help1" class="hidden">
485 485
486 <p>As an additional way to make sure you receive your order, we ask that you select&nbsp;the name of your municipality (city, town, borough, village, et c.) followed by the county, township, or parish in which you reside.</p> 486 <p>As an additional way to make sure you receive your order, we ask that you select&nbsp;the name of your municipality (city, town, borough, village, et c.) followed by the county, township, or parish in which you reside.</p>
487 487
488 </div> 488 </div>
489 </label> 489 </label>
490 <div class="form-input-block"> 490 <div class="form-input-block">
491 491
492 <select name="taxGeoCode" id="municipality" tabi ndex="10"> 492 <select name="taxGeoCode" id="municipality" tabi ndex="10">
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 </li> 557 </li>
558 </ol> 558 </ol>
559 </fieldset> 559 </fieldset>
560 </form> 560 </form>
561 561
562 562
563 </body> 563 </body>
564 564
565 565
566 </html> 566 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698