| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| 2 <!-- Autofill credit card test form where autocomplete is off for the card numbe
r field. --> | 2 <!-- Autofill credit card test form where autocomplete is off for the card numbe
r field. --> |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <title>Autofill Credit Card Test Form</title> | 5 <title>Autofill Credit Card Test Form</title> |
| 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <form id="testform" method="post"> | 9 <form id="testform" method="post"> |
| 10 <table> | 10 <table> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 <input size="2" name="ccmonth" id="CREDIT_CARD_EXP_MONTH"> <input
size="4" name="ccyear" id="CREDIT_CARD_EXP_4_DIGIT_YEAR" /> | 35 <input size="2" name="ccmonth" id="CREDIT_CARD_EXP_MONTH"> <input
size="4" name="ccyear" id="CREDIT_CARD_EXP_4_DIGIT_YEAR" /> |
| 36 </td> | 36 </td> |
| 37 </tr> | 37 </tr> |
| 38 </tbody> | 38 </tbody> |
| 39 </table> | 39 </table> |
| 40 <input type="submit" value="Submit"> | 40 <input type="submit" value="Submit"> |
| 41 </form> | 41 </form> |
| 42 </body> | 42 </body> |
| 43 </html> | 43 </html> |
| 44 | 44 |
| OLD | NEW |