Move the test results list above the test HTML to avoid test suite layout weirdness.
authorjeresig <jeresig@gmail.com>
Sat, 19 Dec 2009 00:47:53 +0000 (19:47 -0500)
committerjeresig <jeresig@gmail.com>
Sat, 19 Dec 2009 00:47:53 +0000 (19:47 -0500)
test/index.html

index 4632442..300288b 100644 (file)
@@ -30,6 +30,7 @@
        <h2 id="qunit-banner"></h2>
        <div id="qunit-testrunner-toolbar"></div>
        <h2 id="qunit-userAgent"></h2>
+       <ol id="qunit-tests"></ol>
        
        <!-- Test HTML -->
        <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
@@ -226,7 +227,5 @@ Z</textarea>
                
                <div id="fx-tests"></div>
        </div>
-       
-       <ol id="qunit-tests"></ol>
 </body>
 </html>