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

Unified Diff: chrome/test/data/autofill/heuristics/input/05_checkout_overstock.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/05_checkout_overstock.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/05_checkout_overstock.com.html b/chrome/test/data/autofill/heuristics/input/05_checkout_overstock.com.html
index 5a44a4165d14bd0a29b81652db5f1bebdc7d4b18..8aa208ba43acaa8ca9a9d41199efbd3c9e855938 100644
--- a/chrome/test/data/autofill/heuristics/input/05_checkout_overstock.com.html
+++ b/chrome/test/data/autofill/heuristics/input/05_checkout_overstock.com.html
@@ -618,7 +618,7 @@
<div class="salad">
- <div class="dressing"><img src="/img/mxc/BillingShippingAB_050407.gif" alt="Step 1"/><img class="image2" src="/img/mxc/BillingAddressTxt2_050407.gif" alt="Billing Address"/></div>
+ <div class="dressing"><img src="#" alt="Step 1"/><img class="image2" src="#" alt="Billing Address"/></div>
<div class="subtitle">Where is your credit card statement sent?<span class="subtitle2">If you are paying with a gift card, please enter your residential address.</span></div>
<div class="required">*Required Field</div>
@@ -774,7 +774,7 @@
</div>
<div class="salad" id="A2" >
- <div class="dressing"><img src="/img/mxc/BillingShippingA2B_050407.gif" alt="Step 2"/><img class="image2" src="/img/mxc/ShippingAddressTxt2_050407.gif" alt="Shipping Address"/></div>
+ <div class="dressing"><img src="#" alt="Step 2"/><img class="image2" src="#" alt="Shipping Address"/></div>
<div class="subtitle">Where would you like your items shipped?</div>
@@ -1016,7 +1016,7 @@
<a name="orderReview"><!-- Empty anchor placeholder --></a>
<div id="condensedOrderReview">
- <div class="dressing" ><img src="https://www.overstock.com/img/mxc/BillingShippingBB_050407.gif" alt="Step 3"/><img src="https://www.overstock.com/img/mxc/OrderReviewShipping_021208.gif" alt="Order Review" class="image2"/></div>
+ <div class="dressing" ><img src="#" alt="Step 3"/><img src="#" alt="Order Review" class="image2"/></div>
<div class="subtitle">Review your order and change shipping options. To edit your cart, <a href="http://www.overstock.com/cart">click here</a>.</div>
@@ -1033,7 +1033,7 @@
<table width="960" border="0" cellpadding="0" cellspacing="0">
<tr class="rowHeight">
- <td rowspan="3" class="productImg"><img src="/images/products/T12653466.jpg" alt="Black-plated Tungsten Carbide Comfort Fit Band (8 mm)"/></td >
+ <td rowspan="3" class="productImg"><img src="#" alt="Black-plated Tungsten Carbide Comfort Fit Band (8 mm)"/></td >
<td valign="top"><div class="col2">Black-plated Tungsten Carbide Comfort Fit Band (8 mm) <span class="product-options"><strong>Options: </strong> 10</span></div> </td>
<td valign="top"><div class="col3">&nbsp</div></td >
<td valign="top"><div class="col4">1</div></td >
@@ -1099,7 +1099,7 @@
<tr>
<td colspan="2" class="dressing" >
- <img src="/img/mxc/BillingShippingCB_050407.gif" alt="Step 4"/>&nbsp;<img class="image2" src="/img/mxc/ShipRev_Text2.gif" alt="Billing Information"/>
+ <img src="#" alt="Step 4"/>&nbsp;<img class="image2" src="#" alt="Billing Information"/>
</td>
</tr>
@@ -1115,7 +1115,7 @@
<tr>
<td class="shipMess5">
<input title="Credit Card Number" name="CC" type="radio" checked=true value="CreditCardValue" id="creditCard" style="position: relative; bottom: 8px;" />
- <img src="/img/mxc/newcheckout_visa.gif" alt="Visa accepted"/> <img class="inline" src="/img/mxc/newcheckout_mastercard.gif" alt="Mastercard accepted"/> <img class="inline" src="/img/mxc/newcheckout_discover.gif" alt="Discover accepted"/> <img class="inline" src="/img/mxc/newcheckout_amex.gif" alt="American Express accepted"/>
+ <img src="#" alt="Visa accepted"/> <img class="inline" src="#" alt="Mastercard accepted"/> <img class="inline" src="#" alt="Discover accepted"/> <img class="inline" src="#" alt="American Express accepted"/>
<div class="bulletIndent" id="bmlclose" > <div class="paddingAround">Credit Card #:&nbsp;
<input title="Credit Card Number" name="CC_number"
id="CC_number" size="20" maxlength="20" type="text"
@@ -1184,7 +1184,7 @@
style="float: left;"/>
<div class="bmlGraphic">
- <img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_50x34.gif"style="margin-right: 7px; margin-left: 5px;">
+ <img src="#"style="margin-right: 7px; margin-left: 5px;">
</div>
<span class="paypalLogoText">
The safer, easier way to pay.
@@ -1201,7 +1201,7 @@
<div class="bmlGraphic">
<input title="Use Bill Me Later" name="CC" id="bml" type="radio" style="position: relative; bottom: 6px;" value="bml" />
- <img src="/img/mxc/bmllogo121107.gif" alt="Bill Me Later logo" width="57" height="30">
+ <img src="#" alt="Bill Me Later logo" width="57" height="30">
</div>
<div class="bmlLogoText">
<a >See Terms</a>

Powered by Google App Engine
This is Rietveld 408576698