| 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>
 | 
| 
 |