diff options
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index 703354cfd..80b947d45 100644 --- a/test/index.html +++ b/test/index.html @@ -40,7 +40,7 @@ <ul id="firstUL"></ul> <ol id="empty"></ol> <form id="form" action="formaction"> - <input type="text" name="action" value="Test" id="text1"/> + <input type="text" name="action" value="Test" id="text1" maxlength="30"/> <input type="text" name="text2" value="Test" id="text2" disabled="disabled"/> <input type="radio" name="radio1" id="radio1" value="on"/> @@ -55,7 +55,7 @@ <button id="button" name="button">Button</button> - <textarea id="area1">foobar</textarea> + <textarea id="area1" maxlength="30">foobar</textarea> <select name="select1" id="select1"> <option id="option1a" value="">Nothing</option> |