diff options
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/form.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/test_harnesses/form.html b/test_harnesses/form.html index 52ac9308..740edb46 100644 --- a/test_harnesses/form.html +++ b/test_harnesses/form.html @@ -9,9 +9,11 @@    <form action="#">      <p>        Text: <input type="text" name="text" value="" /> +      Text 2: <input type="text" name="text" value="" />      </p>      <p>        Search: <input type="search" /> +      Search 2: <input type="search" />      </p>      <p>        Radio:<br/> @@ -32,4 +34,4 @@      </p>    </form>  </body> -</html>
\ No newline at end of file +</html> | 
