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

Unified Diff: chrome/test/data/autofill/heuristics/input/06_checkout_urbanoutfitters.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_urbanoutfitters.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/06_checkout_urbanoutfitters.com.html b/chrome/test/data/autofill/heuristics/input/06_checkout_urbanoutfitters.com.html
index 808095936edbbcab0014b742c65d2c1dc32455eb..baccb09ca2a215058e20b27a826647327aa3438a 100644
--- a/chrome/test/data/autofill/heuristics/input/06_checkout_urbanoutfitters.com.html
+++ b/chrome/test/data/autofill/heuristics/input/06_checkout_urbanoutfitters.com.html
@@ -155,7 +155,7 @@
<div class="controls">
<a class="modal_cancel">Cancel</a>
<a id="shippingSave" >
-<img src="/urban/images/2007_holiday/save_btn.gif" alt="Save" height="24" width="69" />
+<img src="#" alt="Save" height="24" width="69" />
</a>
</div>
</div>
@@ -306,7 +306,7 @@
<div>
<input value="CID / Security Code" maxlength="3" type="text" name="payment_cidnew" id="payment_cidnew" class="shippingField requiredField defaultOption">
<a class="help_icon" id="savedCidToolTip" >
-<img src="/urban/images/2007_holiday/question_mark.gif" alt="" height="20" width="20" />
+<img src="#" alt="" height="20" width="20" />
</a>
</div>
<p class="clearLeft" id="makeDefaultCreditCardCheckBox">
@@ -319,7 +319,7 @@
<div class="controls">
<a class="modal_cancel">Cancel</a>
<a id="billingSave" >
-<img src="/urban/images/2007_holiday/save_btn.gif" alt="Save" height="24" width="69" />
+<img src="#" alt="Save" height="24" width="69" />
</a>
</div>
</div>
@@ -336,7 +336,7 @@
<textarea name="giftMessageField" id="giftMessageField" maxlength="50" rows="3">
</textarea>
<a class="save_btn">
-<img src="/urban/images/2007_holiday/save_btn.gif" alt="Save" height="24" width="69" />
+<img src="#" alt="Save" height="24" width="69" />
</a>
<a class="cancel_btn">Cancel</a>
</form>

Powered by Google App Engine
This is Rietveld 408576698