Navigation Menu

Skip to content

Commit

Permalink
Add test that <input type=file> won't be serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 11, 2014
1 parent 6d9363f commit b611a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/form.html
Expand Up @@ -36,6 +36,7 @@ <h1>Zepto Form unit tests</h1>
<input name="checked_disabled" checked value="ImDisabled" type="checkbox" disabled>
<input name="checked_noValue" checked type="checkbox">
<input type="text" id="no_name">
<input type="file" name="file_upload">

<fieldset>
<input type="radio" name="radio1" value="r1">
Expand Down

0 comments on commit b611a28

Please sign in to comment.