diff options
Diffstat (limited to 'test_harnesses/form.html')
| -rw-r--r-- | test_harnesses/form.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/test_harnesses/form.html b/test_harnesses/form.html index 740edb46..d7104ac2 100644 --- a/test_harnesses/form.html +++ b/test_harnesses/form.html @@ -10,6 +10,8 @@      <p>        Text: <input type="text" name="text" value="" />        Text 2: <input type="text" name="text" value="" /> +      Email: <input type="email" name="text" value="" /> +      No Type: <input name="text" value="" />      </p>      <p>        Search: <input type="search" /> | 
