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

Unified Diff: chrome/test/data/autofill/heuristics/input/12_register_pyramidcollection.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_pyramidcollection.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/12_register_pyramidcollection.com.html b/chrome/test/data/autofill/heuristics/input/12_register_pyramidcollection.com.html
index afb3bd09d57f6b68dbd9ad2cdd0c239026ea5f38..0e377994cf8abad3ebcfd487d4d9e9d1e6a425ab 100644
--- a/chrome/test/data/autofill/heuristics/input/12_register_pyramidcollection.com.html
+++ b/chrome/test/data/autofill/heuristics/input/12_register_pyramidcollection.com.html
@@ -21,7 +21,7 @@
<input type="text" name="q" size="40" class="searchInput" style="border: 1px solid #664C80; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
font-size: 10pt; font-family: Verdana" value="enter keyword(s) or item number">
&#160;
- <input type="image" name="I2" src="../images_0106/HeaderFooter/srcBtn.gif" alt="GO" title="GO" style="vertical-align: top" >&#160;
+ <input type="image" name="I2" src="#" alt="GO" title="GO" style="vertical-align: top" >&#160;
</form>
@@ -438,7 +438,7 @@
<!--<div id="errormessage2" class="error_message" style="display:none;"></div>-->
<div align="center" class="continue_button" style="padding-top:5px;">
- <input type="image" alt="Continue" name="B1" src="images_0106/Buttons/btn_continue.png" >
+ <input type="image" alt="Continue" name="B1" src="#" >
</div>
</td>
</tr>
@@ -459,7 +459,7 @@
ENTER TO WIN A $100 GIFT CARD!&#160;&#160;<input type="text" style="border:1px solid white; font-size:10px; text-align:center; height: 18px;" id="email" name="email" size="40" value="enter email address" >&#160;&#160;
- <input type="image" src="../images_0106/HeaderFooter/srcBtn2.gif" width="50" height="18" style="vertical-align:top" value="Submit">
+ <input type="image" src="#" width="50" height="18" style="vertical-align:top" value="Submit">
</td>
</form>

Powered by Google App Engine
This is Rietveld 408576698