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

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

Issue 657253003: Fix autofill test data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 2 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
« no previous file with comments | « chrome/browser/autofill/form_structure_browsertest.cc ('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 <!-- https://www.jbox.com/checkout/payment# --> 1 <!-- https://www.jcpenney.com/dotcom/jsp/checkout/secure/checkout.jsp -->
Ilya Sherman 2014/10/16 03:19:18 Why did you choose jcpenney.com? I think that it'
Evan Stade 2014/10/16 16:28:13 this is the URL the test came from. The jbox url w
Ilya Sherman 2014/10/16 18:30:54 Oh, wow. Good catch, then. Still, I'm guessing t
Evan Stade 2014/10/16 18:47:20 nope, jcpenney
2 <form name="frmAddCreditCard" method="post" action="#" id="frmAddCreditCard"> 2 <form name="frmAddCreditCard" method="post" action="#" id="frmAddCreditCard">
3 <div> 3 <div>
4 <!-- Display bread crumb --> 4 <!-- Display bread crumb -->
5 <div id="pnlBreadCrumb"> 5 <div id="pnlBreadCrumb">
6 <table border="0" cellpadding="0" cellspacing="0"> 6 <table border="0" cellpadding="0" cellspacing="0">
7 <tr> 7 <tr>
8 <td valign="bottom"> 8 <td valign="bottom">
9 <a href="#"><img border="0" height="60" width="172" src="#" alt="jcp enney.com" /><img border="0" width="4" src="#" alt="" /><br /> 9 <a href="#"><img border="0" height="60" width="172" src="#" alt="jcp enney.com" /><img border="0" width="4" src="#" alt="" /><br />
10 <img border="0" width="4" src="#" alt="" /></a> 10 <img border="0" width="4" src="#" alt="" /></a>
11 </td> 11 </td>
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 </tr> 413 </tr>
414 </table> 414 </table>
415 </td> 415 </td>
416 </tr> 416 </tr>
417 </table> 417 </table>
418 </td> 418 </td>
419 </tr> 419 </tr>
420 </table> 420 </table>
421 </div> 421 </div>
422 </form> 422 </form>
OLDNEW
« no previous file with comments | « chrome/browser/autofill/form_structure_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698