Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.
[jquery.git] / test / index.html
index 887609d..164e524 100644 (file)
@@ -28,8 +28,8 @@
 
 <body id="body">
        <h1 id="header">jQuery Test Suite</h1>
-       <h2 id="banner"></h2>
-       <h2 id="userAgent"></h2>
+       <h2 id="qunit-banner"></h2>
+       <h2 id="qunit-userAgent"></h2>
        
        <!-- Test HTML -->
        <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
@@ -227,6 +227,6 @@ Z</textarea>
                <div id="fx-tests"></div>
        </div>
        
-       <ol id="tests"></ol>
+       <ol id="qunit-tests"></ol>
 </body>
 </html>