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

Unified Diff: chrome/test/data/autofill/heuristics/input/12_register_rei.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/12_register_rei.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/12_register_rei.com.html b/chrome/test/data/autofill/heuristics/input/12_register_rei.com.html
index 56265ac95cdbf92f69bc321441683f005f40700e..9c7e8a6623c64bbfb026e311fb3af248ca3a4dbd 100644
--- a/chrome/test/data/autofill/heuristics/input/12_register_rei.com.html
+++ b/chrome/test/data/autofill/heuristics/input/12_register_rei.com.html
@@ -112,7 +112,7 @@
<span id="wrapSearchQuery">
<input type="text" size="19" maxlength="70" name="query" id="headerQuery" value="" title="Search" class="searchBox">
</span>
-<input type="image" src="/img/search_rei.png" name="button" class="searchBtn" alt="Search" title="Search">
+<input type="image" src="#" name="button" class="searchBtn" alt="Search" title="Search">
<div id="autocomplete">
</div>
</form>
@@ -125,7 +125,7 @@
<form action="/email/miniforms/quick.html" name="footerMiniform" class="footerForm">
<input type="hidden" name="formSrc" id="formSrc" value="quickReiFooter">
<input type="text" name="EmailAddress" id="footerGmQuery" value="Email Address" class="email" title="Enter email address to sign up for REI Gearmail" size="20" maxlength="70">
-<input src="/pix/common/button_box_arrow.gif" alt="submit" title="Submit" type="image" class="imgSignup">
+<input src="#" alt="submit" title="Submit" type="image" class="imgSignup">
</form>

Powered by Google App Engine
This is Rietveld 408576698