upload readme

This commit is contained in:
Timothy Warren 2013-07-19 16:23:13 -04:00
parent b014df8543
commit fc83b16a08
1 changed files with 46 additions and 0 deletions

View File

@ -1 +1,47 @@
# Lazy Form Fuzz
A bookmarklet for filling HTML forms with random data.
## Browser Support
IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari
Supports single page and framed forms.
## Form element support for autofilling
### Input Types
* color
* email
* number
* range
* search
* tel
* url
* date
* datetime
* datetime-local
* month
* week
* time
* checkbox
* radio
* text
### Other form elements
* textarea
* select
## Never filled form elements
### Input Types
* hidden
* password
* button
* file
### Attributes
* readonly
* disabled