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

Unified Diff: chrome/test/data/autofill/heuristics/input/06_checkout_petsmart.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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/heuristics/input/06_checkout_petsmart.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/06_checkout_petsmart.com.html b/chrome/test/data/autofill/heuristics/input/06_checkout_petsmart.com.html
index 3bf2d6f76ec73285afa1342b0b74c551052036f5..217e5f856a5bd65840295a64a2f8a7ff18037262 100644
--- a/chrome/test/data/autofill/heuristics/input/06_checkout_petsmart.com.html
+++ b/chrome/test/data/autofill/heuristics/input/06_checkout_petsmart.com.html
@@ -208,7 +208,7 @@ div#content div#checkoutBg div#checkoutBgContent div table { text-align:left; }
<div>
<font class="check_bullet">&#8226;</font> = required field
- <img src="/images/pixel.gif" alt="" width="350" height="1" border="0">
+ <img src="#" alt="" width="350" height="1" border="0">
</div>
@@ -508,7 +508,7 @@ div#content div#checkoutBg div#checkoutBgContent div table { text-align:left; }
<tr>
<td align="right"><br>
- <input type="image" tabindex="14" src="/images/checkout/cart_continuecheckout_v2.gif" class="continue-checkout" alt='Continue Checkout' />
+ <input type="image" tabindex="14" src="#" class="continue-checkout" alt='Continue Checkout' />
</td>
</tr></table>
@@ -546,7 +546,7 @@ div#content div#checkoutBg div#checkoutBgContent div table { text-align:left; }
</tr>
<tr>
<td colspan="2">
- <a href="#" class="pagelink">Forgot your password?</a>&nbsp;&nbsp; <input type="image" src="/images/checkout/cart2_signin_v2.gif" class="signin" alt="Sign In">
+ <a href="#" class="pagelink">Forgot your password?</a>&nbsp;&nbsp; <input type="image" src="#" class="signin" alt="Sign In">
</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698