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

Unified Diff: chrome/test/data/autofill/heuristics/input/11_register_newegg.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_newegg.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/11_register_newegg.com.html b/chrome/test/data/autofill/heuristics/input/11_register_newegg.com.html
index ba5aacfd378284988496bbd7c30d204662b196d6..5be3bda11943e16fbe735c21d99bc80e9b8960d1 100644
--- a/chrome/test/data/autofill/heuristics/input/11_register_newegg.com.html
+++ b/chrome/test/data/autofill/heuristics/input/11_register_newegg.com.html
@@ -37,14 +37,14 @@
<label for="haQuickSearchBox"><span style="display:none;">Search site</span></label>
<input id="haQuickSearchBox" name="Description" tabindex="1" title="Search site" maxlength="50" value="" type="text" autocomplete="off"><br><div id="autofilledview"></div>
</td>
- <td rowspan="2" id="haQuickSearchSubmit"><input type="image" src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/n_topNavGo01.gif" alt="Go search" tabindex="2" class="csp"></td>
+ <td rowspan="2" id="haQuickSearchSubmit"><input type="image" src="#" alt="Go search" tabindex="2" class="csp"></td>
<td id="haQuickSearchInfoTab">
-<a href="http://www.newegg.com/MyNewegg/Index.aspx?Depa=0" class="noline" title="MyNewegg"><img src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/topNavTab1_MyNewegg-new.gif" alt="MyNewegg" title="MyNewegg"></a><a href="http://www.newegg.com/Info/SiteMap.aspx" class="noline"><img src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/topNavTab_BrowseAll.gif" alt="Browse Entire Site" title="Browse Entire Site"></a><a href="http://www.newegg.com/ProductSort/BrandList.aspx?Depa=0&amp;Name=All-Brands" class="noline"><img src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/topNavTab_ShopBrands.gif" alt="Shop All Brands" title="Shop All Brands"></a><a href="http://www.newegg.com/HelpInfo/OverView.aspx" class="noline"><img src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/topNavTab_HelpInfo.gif" alt="Help &amp; Info" title="Help &amp; Info"></a>
+<a href="http://www.newegg.com/MyNewegg/Index.aspx?Depa=0" class="noline" title="MyNewegg"><img src="#" alt="MyNewegg" title="MyNewegg"></a><a href="http://www.newegg.com/Info/SiteMap.aspx" class="noline"><img src="#" alt="Browse Entire Site" title="Browse Entire Site"></a><a href="http://www.newegg.com/ProductSort/BrandList.aspx?Depa=0&amp;Name=All-Brands" class="noline"><img src="#" alt="Shop All Brands" title="Shop All Brands"></a><a href="http://www.newegg.com/HelpInfo/OverView.aspx" class="noline"><img src="#" alt="Help &amp; Info" title="Help &amp; Info"></a>
</td>
<td style="text-align: right; white-space: nowrap;">&#160;</td>
</tr>
<tr>
-<td id="haQuickSearchBottom"><img src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/n_topNavRowBottom.gif" width="354" height="37" alt="newegg"></td>
+<td id="haQuickSearchBottom"><img src="#" width="354" height="37" alt="newegg"></td>
<td id="haQuickSearchAD">&#160;</td>
<td id="haQuickSearchRight"></td>
</tr>
@@ -518,7 +518,7 @@ fraudulent activity.
<p>
<input name="SMS" id="subsSMS" type="checkbox" value="1"><label for="subsSMS"> I would like to receive SMS messages via my wireless device. </label>
- <a href="http://secure.newegg.com/MyAccount/SMSHelp.aspx" target="_blank" class="noLine"><img alt="What's this?" src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/policyQuote.gif"></a>
+ <a href="http://secure.newegg.com/MyAccount/SMSHelp.aspx" target="_blank" class="noLine"><img alt="What's this?" src="#"></a>
<input type="hidden" name="SMSStatus" value=""></p>
<h2>Newegg Address Checker</h2>
@@ -544,7 +544,7 @@ fraudulent activity.
<form action="http://www.newegg.com/Info/TrackOrder.aspx" method="get" id="trackOrder" name="trackOrder">
<label for="TrackingNumber">Track My Order</label>
<p class="vam">
- <input name="TrackingNumber" id="TrackingNumber" title="Tracking Number" type="text" value="Tracking Number" ><a class="noline"><img src="https://ssl-images.newegg.com/WebResource/Themes/2005/Nest/smEggGo.gif" alt="Track Order" style="border:0;" width="25" height="19" class="vam"></a>
+ <input name="TrackingNumber" id="TrackingNumber" title="Tracking Number" type="text" value="Tracking Number" ><a class="noline"><img src="#" alt="Track Order" style="border:0;" width="25" height="19" class="vam"></a>
</p>
</form>

Powered by Google App Engine
This is Rietveld 408576698