Testsuite 2.0
[jquery.git] / build / test / index.html
index d79ba4e..db6cfd8 100644 (file)
@@ -1,18 +1,18 @@
 <html id="html">
 <head>
+       <title>jQuery Test Suite</title>
+       <link rel="Stylesheet" media="screen" href="data/testsuite.css" />
        <script type="text/javascript" src="../dist/jquery.js"></script>
        <script type="text/javascript" src="data/testrunner.js"></script>
-       <script>
-       $(document).ready(function(){
-               runTest(function() {
-                       {TESTS}
-               });
-       });
-       </script>
-       <style>.pass { color: green; } .fail { color: red; } #tests ol { display: none; }</style>
+       <script type="text/javascript" src="../src/jquery/coreTest.js"></script>
+       <script type="text/javascript" src="../src/event/eventTest.js"></script>
+       <script type="text/javascript" src="../src/ajax/ajaxTest.js"></script>
+       <script type="text/javascript" src="../src/fx/fxTest.js"></script>
 </head>
+
 <body id="body">
-       <h1>jQuery - Test Suite</h1>
+       <h1 id="banner">jQuery Test Suite - Core</h1>
+       <h2 id="userAgent"></h2>
        
        <!-- Test HTML -->
        <dl style="display:none;">
@@ -71,7 +71,7 @@
                                <option id="option3d" value="3">3</option>
                        </select>
                </form>
-               <p id="floatTest">Float test.</div>
+               <b id="floatTest">Float test.</b>
        </div>
        </dl>