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

Side by Side Diff: chrome/test/data/autofill/read_only_field_test.html

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- HTML form used by autofill.AutofillTest.testNoAutofillForReadOnlyFields to 2 <!-- HTML form used by autofill.AutofillTest.testNoAutofillForReadOnlyFields to
3 test that Autofill does not fill in read-only fields. --> 3 test that Autofill does not fill in read-only fields. -->
4 <html> 4 <html>
5 <head> 5 <head>
6 <title>Autofill Form</title> 6 <title>Autofill Form</title>
7 <style> 7 <style>
8 [readonly] { border-color: red; } 8 [readonly] { border-color: red; }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 11 matching lines...) Expand all
22 <label for="city">City:</label> <input type="text" id="city" name="city">< br/> 22 <label for="city">City:</label> <input type="text" id="city" name="city">< br/>
23 <label for="state">State:</label> <input type="text" id="state" name="stat e"><br/> 23 <label for="state">State:</label> <input type="text" id="state" name="stat e"><br/>
24 <label for="zipcode">Zip:</label> <input type="text" id="zipcode" name="zi pcode"><br/> 24 <label for="zipcode">Zip:</label> <input type="text" id="zipcode" name="zi pcode"><br/>
25 <label for="country">Country:</label> <input type="text" id="country" name ="country"><br/> 25 <label for="country">Country:</label> <input type="text" id="country" name ="country"><br/>
26 <label for="phone">Phone:</label> <input type="text" id="phone" name="phon e"><br/> 26 <label for="phone">Phone:</label> <input type="text" id="phone" name="phon e"><br/>
27 <input type="submit" value="Send"> <input type="reset"> 27 <input type="submit" value="Send"> <input type="reset">
28 </p> 28 </p>
29 </form> 29 </form>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/latency_after_submit_test.html ('k') | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698