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

Unified Diff: chrome/test/data/autofill/heuristics/input/12_register_officedepot.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_officedepot.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/12_register_officedepot.com.html b/chrome/test/data/autofill/heuristics/input/12_register_officedepot.com.html
index c5f844e49e387eec67e15218fbfa871999ca140b..3b47f01b4e3690cecf91f3d0922b61a4b5ca9667 100644
--- a/chrome/test/data/autofill/heuristics/input/12_register_officedepot.com.html
+++ b/chrome/test/data/autofill/heuristics/input/12_register_officedepot.com.html
@@ -795,7 +795,7 @@
</td>
<td class="input required">
- <input type="text" name="loginForm.loginName" maxlength="100" size="30" autocomplete="" value="" class="textfield"><img class="star" src="/images/od/clear.gif"><span class="note">We recommend you use your email address.</span>
+ <input type="text" name="loginForm.loginName" maxlength="100" size="30" autocomplete="" value="" class="textfield"><img class="star" src="#"><span class="note">We recommend you use your email address.</span>
@@ -812,7 +812,7 @@
</label></td>
<td class="input required">
-<input type="password" name="loginForm.password" maxlength="10" size="30" value="" class="textfield"><img class="star" src="/images/od/clear.gif"><span class="note">must be at least 6 characters</span>
+<input type="password" name="loginForm.password" maxlength="10" size="30" value="" class="textfield"><img class="star" src="#"><span class="note">must be at least 6 characters</span>
</td>
</tr>
@@ -824,7 +824,7 @@
</label></td>
<td class="input required">
-<input type="password" name="loginForm.passwordConfirm" maxlength="10" size="30" value="" class="textfield"><img class="star" src="/images/od/clear.gif"><span class="note">retype your password</span>
+<input type="password" name="loginForm.passwordConfirm" maxlength="10" size="30" value="" class="textfield"><img class="star" src="#"><span class="note">retype your password</span>
</td>
</tr>
<tr>

Powered by Google App Engine
This is Rietveld 408576698