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

Unified Diff: chrome/test/data/autofill/heuristics/input/06_checkout_sears.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_sears.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/06_checkout_sears.com.html b/chrome/test/data/autofill/heuristics/input/06_checkout_sears.com.html
index 3b7b2c3f7e76983fbdab2874767afb2d03b876c0..92b5d81bde61c66112d60a0808f21ddea2092686 100644
--- a/chrome/test/data/autofill/heuristics/input/06_checkout_sears.com.html
+++ b/chrome/test/data/autofill/heuristics/input/06_checkout_sears.com.html
@@ -76,7 +76,7 @@
<label for="shipping_ext1">Ext.</label><br />
<input name="shipping_ext1" id="shipping_ext1" type="text" maxlength="6" /><br />
</div> <div id="shipping_AJAXload" style="display:none">
- <div id="shipping_AJAXload1"><img id="shipping_AJAXload2" src="https://c.shld.net/06012300/img/buttons/zipcode_ani.gif" alt="Please wait while we look up that ZIP Code" width="316"height="35" /></div>
+ <div id="shipping_AJAXload1"><img id="shipping_AJAXload2" src="#" alt="Please wait while we look up that ZIP Code" width="316"height="35" /></div>
</div>
<div id="shipping_countyRowMsg" style="display:none">
<small>Tax rates vary by county. Please select a county below<br />
@@ -130,7 +130,7 @@
<label for="ext1">Ext.</label><br />
<input name="ext1" id="ext1" type="text" maxlength="6" /><br />
</div> <div id="AJAXload" style="display:none">
- <div id="AJAXload1"><img id="AJAXload2" src="https://c.shld.net/06012300/img/buttons/zipcode_ani.gif" alt="Please wait while we look up that ZIP Code" width="316"height="35" /></div>
+ <div id="AJAXload1"><img id="AJAXload2" src="#" alt="Please wait while we look up that ZIP Code" width="316"height="35" /></div>
</div>
<div id="countyRowMsg" style="display:none">
<small>Tax rates vary by county. Please select a county below<br />

Powered by Google App Engine
This is Rietveld 408576698