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

Unified Diff: chrome/test/data/autofill/heuristics/input/09_register_epson.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/09_register_epson.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/09_register_epson.com.html b/chrome/test/data/autofill/heuristics/input/09_register_epson.com.html
index 3c90de6d624ce6cb7a654566d3c61e0d7412d069..34f28200083840b1689921b6be4456f254bccf49 100644
--- a/chrome/test/data/autofill/heuristics/input/09_register_epson.com.html
+++ b/chrome/test/data/autofill/heuristics/input/09_register_epson.com.html
@@ -23,7 +23,7 @@
<esi:when test="(($(HTTP_COOKIE{BV_IDS}|'false')!='false') & ($(HTTP_COOKIE{BV_IDS}|'false')!='')) & ($(QUERY_STRING{cookies})!='no')">
<esi:try>
<esi:attempt>
- <esi:include src="/cgi-bin/Store/ping.jsp?BV_SessionID=$(HTTP_COOKIE{BV_SessionID})&BV_EngineID=$(HTTP_COOKIE{BV_EngineID})" alt="/cgi-bin/Store/alive.jsp" />
+ <esi:include src="#" alt="/cgi-bin/Store/alive.jsp" />
</esi:attempt>
<esi:except>
</esi:except>
@@ -40,7 +40,7 @@
<label for="global-search">
United States
<input type="text" name="query" id="global-search-txt" placeholder="Enter Search" maxlength="50" title="Enter Search" class="placeholder empty"></label>
- <input type="HIDDEN" name="pre_search" value="pre_search"><input type="HIDDEN" name="Category" value="Products"><input type="image" id="global-search-btn" src="/_assets/img/header/header-search-button.png" width="56" height="19" alt="SEARCH"><input type="HIDDEN" name="BV_UseBVCookie" value="yes">
+ <input type="HIDDEN" name="pre_search" value="pre_search"><input type="HIDDEN" name="Category" value="Products"><input type="image" id="global-search-btn" src="#" width="56" height="19" alt="SEARCH"><input type="HIDDEN" name="BV_UseBVCookie" value="yes">
</form>
@@ -68,7 +68,7 @@
- <input type="image" src="/images/buttons/button_submit.gif" border="0">
+ <input type="image" src="#" border="0">
</form>

Powered by Google App Engine
This is Rietveld 408576698