Modified test for load(); added fix for trigger, where it modifies data passed to...
[jquery.git] / build / test / index.html
index d79ba4e..1a8c176 100644 (file)
@@ -4,15 +4,17 @@
        <script type="text/javascript" src="data/testrunner.js"></script>
        <script>
        $(document).ready(function(){
+               $('#userAgent').html(navigator.userAgent);
                runTest(function() {
                        {TESTS}
                });
        });
        </script>
-       <style>.pass { color: green; } .fail { color: red; } #tests ol { display: none; }</style>
+       <link rel="Stylesheet" media="screen" href="data/testsuite.css" />
 </head>
 <body id="body">
-       <h1>jQuery - Test Suite</h1>
+       <h1 id="banner">jQuery Core - Test Suite</h1>
+       <h2 id="userAgent"></h2>
        
        <!-- Test HTML -->
        <dl style="display:none;">
@@ -71,7 +73,7 @@
                                <option id="option3d" value="3">3</option>
                        </select>
                </form>
-               <p id="floatTest">Float test.</div>
+               <b id="floatTest">Float test.</b>
        </div>
        </dl>