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

Unified Diff: chrome/test/data/autofill/functional/read_only_field_test.html

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix. Created 9 years, 3 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/functional/read_only_field_test.html
diff --git a/chrome/test/data/autofill/functional/read_only_field_test.html b/chrome/test/data/autofill/functional/read_only_field_test.html
index a5aa79dac10091b55c58bb2610b65e3a8c24cb56..d4f66ed4deca0891934158443a40d17a8e89b07e 100644
--- a/chrome/test/data/autofill/functional/read_only_field_test.html
+++ b/chrome/test/data/autofill/functional/read_only_field_test.html
@@ -24,7 +24,6 @@ test that Autofill does not fill in read-only fields. -->
<label for="zipcode">Zip:</label> <input type="text" id="zipcode" name="zipcode"><br/>
<label for="country">Country:</label> <input type="text" id="country" name="country"><br/>
<label for="phone">Phone:</label> <input type="text" id="phone" name="phone"><br/>
- <label for="fax">Fax:</label> <input type="text" id="fax" name="fax"><br/>
<input type="submit" value="Send"> <input type="reset">
</p>
</form>

Powered by Google App Engine
This is Rietveld 408576698