Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxlength...
[jquery.git] / test / index.html
index 703354c..80b947d 100644 (file)
@@ -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>