Fixed minor bug with Safari and the test suite.
[jquery.git] / build / test / index.html
index a8d8b44..048eec1 100644 (file)
@@ -1,7 +1,7 @@
 <html id="html">
 <head>
        <script type="text/javascript" src="../dist/jquery.js"></script>
-       <script type="text/javascript" src="testrunner.js"></script>
+       <script type="text/javascript" src="data/testrunner.js"></script>
        <script>
        $(document).ready(function(){\r
                runTest(function() {
@@ -34,9 +34,9 @@
                <p id="first">Try them out:</p>\r
                <ul id="firstUL"></ul>
                <ol id="empty"></ol>
-               <form id="form" action="formaction">
-                       <input type="text" value="Test" name="action" id="text1"/>
-                       <input type="text" value="Test" id="text2" disabled="disabled"/>
+               <form id="form" action="formaction">\r
+                       <input type="text" name="action" value="Test" id="text1"/>
+                       <input type="text" name="text2" value="Test" id="text2" disabled="disabled"/>
                        <input type="radio" name="radio1" id="radio1"/>
 
                        <input type="radio" name="radio2" id="radio2" checked/>
@@ -48,6 +48,8 @@
                        \r
                        <input type="text" id="name" name="name" value="name" />\r
                        \r
+                       <button id="button" name="button">Button</button>\r
+                       \r
                        <textarea id="area1">foobar</textarea>\r
                        \r
                        <select name="select1" id="select1">\r