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

Unified Diff: chrome/test/data/autofill/heuristics/input/11_register_livejournal.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/11_register_livejournal.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/11_register_livejournal.com.html b/chrome/test/data/autofill/heuristics/input/11_register_livejournal.com.html
index 94907fd8e39ee3915460a1d4389f156963f73904..5155cc2172260529cae0c4e5f0a81b5ebdaffbec 100644
--- a/chrome/test/data/autofill/heuristics/input/11_register_livejournal.com.html
+++ b/chrome/test/data/autofill/heuristics/input/11_register_livejournal.com.html
@@ -45,7 +45,7 @@
<td class="field-name">Username:</td>
<td>
<input type="text" maxlength="16" value="" name="Widget[CreateAccount]_user" id="create_user" size="15" style="background: url(/img/userinfo.gif) no-repeat; background-color: #fff; background-position: 0px 1px; padding-left: 18px; color: #00C; font-weight: bold;">
-<img id="username_check" src="/img/create/check.png" alt="Username available" title="Username available">
+<img id="username_check" src="#" alt="Username available" title="Username available">
<span id="username_error">
<br>
<span id="username_error_inner" class="formitemFlag">
@@ -108,7 +108,7 @@
<td class="field-name">Prove you're human:</td>
<td>
<noscript>
-<iframe frameborder="0" height="300" src="https://www.google.com/recaptcha/api/noscript?k=6LegWAEAAAAAANJcmtbLTuHlG7AbDzLPxvimCw_Z" width="500">
+<iframe frameborder="0" height="300" src="#" width="500">
</iframe>
<textarea cols="40" name="recaptcha_challenge_field" rows="3">
</textarea>

Powered by Google App Engine
This is Rietveld 408576698