added missing file
Showing
1 changed file
with
16 additions
and
0 deletions
tests/site/multiple-forms.html
0 → 100644
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title>Multiple forms test</title> | ||
5 | </head> | ||
6 | <body> | ||
7 | <form name="f1"> | ||
8 | <input type="hidden" name="f" value="f1"> | ||
9 | <input type="text" name="yo"> | ||
10 | </form> | ||
11 | <form name="f2"> | ||
12 | <input type="hidden" name="f" value="f2"> | ||
13 | <input type="text" name="yo"> | ||
14 | </form> | ||
15 | </body> | ||
16 | </html> |
-
Please register or sign in to post a comment