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

Side by Side Diff: chrome/test/data/autofill/heuristics/input/08_register_aol.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 <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 1 <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
2 <!--Form Location: https://new.aol.com/productsweb/?promocode=825345&ncid=txtlnk uswebr00000106--><head> 2 <!--Form Location: https://new.aol.com/productsweb/?promocode=825345&ncid=txtlnk uswebr00000106--><head>
3 <title>AOL</title> 3 <title>AOL</title>
4 <meta http-equiv="Pragma" content="no-cache"> 4 <meta http-equiv="Pragma" content="no-cache">
5 <meta http-equiv="Expires" content="-1"> 5 <meta http-equiv="Expires" content="-1">
6 6
7 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> 7 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
8 <link rel="Stylesheet" type="text/css" href="https://s.aolcdn.com/os/productsreg v2/regpath4.css"> 8 <link rel="Stylesheet" type="text/css" href="https://s.aolcdn.com/os/productsreg v2/regpath4.css">
9 <!--[if IE]><style type="text/css">div.errCont {padding-top:10px;}</style><![end if]--><meta name="viewport" content="width=760, initial-scale=0.4, minimum-scale =0.4"> 9 <!--[if IE]><style type="text/css">div.errCont {padding-top:10px;}</style><![end if]--><meta name="viewport" content="width=760, initial-scale=0.4, minimum-scale =0.4">
10 <!-- Custom JavaScript --><meta http-equiv="Pragma" content="no-cache"> 10 <!-- Custom JavaScript --><meta http-equiv="Pragma" content="no-cache">
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 <div class="wordVerButtons"> 347 <div class="wordVerButtons">
348 <a id="refreshWordverBtn" > 348 <a id="refreshWordverBtn" >
349 <span class="has-graphic">Refresh<br> Image</span> 349 <span class="has-graphic">Refresh<br> Image</span>
350 </a> 350 </a>
351 351
352 <a id="playAudBtn" > 352 <a id="playAudBtn" >
353 <span class="has-graphic">Audio Assistance</span> 353 <span class="has-graphic">Audio Assistance</span>
354 </a> 354 </a>
355 355
356 </div> 356 </div>
357 <img id="wordVerImage" src="/productsweb/WordVerImage?28913983" alt= ""> 357 <img id="wordVerImage" src="#" alt="">
358 </div> 358 </div>
359 359
360 <label for="wordVerify" class="wordVer"> 360 <label for="wordVerify" class="wordVer">
361 361
362 Enter what you see above 362 Enter what you see above
363 363
364 </label> 364 </label>
365 <input type="text" name="{actionForm.wordVerify}" id="wordVerify" maxlen gth="10"><div id="captchaError" class="errorMsg"></div> 365 <input type="text" name="{actionForm.wordVerify}" id="wordVerify" maxlen gth="10"><div id="captchaError" class="errorMsg"></div>
366 366
367 367
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 <div id="whyneededOverlay" class="overlay"> 410 <div id="whyneededOverlay" class="overlay">
411 <h2>Why so Personal?</h2> 411 <h2>Why so Personal?</h2>
412 <p>You need to provide your date of birth in order to verify your id entity in account management, and to ensure that you are eligible to use our pro ducts. Other data, such as Zip Code and Gender are used to personalize your AOL experience (e.g., display local weather and news).</p> 412 <p>You need to provide your date of birth in order to verify your id entity in account management, and to ensure that you are eligible to use our pro ducts. Other data, such as Zip Code and Gender are used to personalize your AOL experience (e.g., display local weather and news).</p>
413 <p>The use of this information is governed by the <a >Privacy Policy </a>.</p> 413 <p>The use of this information is governed by the <a >Privacy Policy </a>.</p>
414 <span class="button-wrapper"><a class="button" ><span class="ltbtne dge">OK</span></a></span> 414 <span class="button-wrapper"><a class="button" ><span class="ltbtne dge">OK</span></a></span>
415 </div> 415 </div>
416 416
417 417
418 </body> 418 </body>
419 </html> 419 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698