Fixed #1599 as Brandon suggested to ignore negative values to width and height css...
[jquery.git] / test / index.html
index 703354c..2b0b685 100644 (file)
@@ -20,6 +20,7 @@
        <h2 id="userAgent"></h2>
        
        <!-- Test HTML -->
+       <div id="nothiddendiv" style="height:1px;background:white;"></div>
        <dl id="dl" style="display:none;">
        <div id="main" style="display: none;">
                <p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p>
@@ -40,7 +41,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 +56,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>