diff options
author | jeresig <jeresig@gmail.com> | 2009-12-18 19:47:53 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-18 19:47:53 -0500 |
commit | 1c7d3155f0afbd331b09ebd2fc3081d3a9834994 (patch) | |
tree | 7eec7450abc9f37db8c4f1f88a988361ae2e4afb /test | |
parent | 298bfb79e6acfe2c0e3b1845a05291af82910ace (diff) | |
download | jquery-1c7d3155f0afbd331b09ebd2fc3081d3a9834994.tar.gz jquery-1c7d3155f0afbd331b09ebd2fc3081d3a9834994.zip |
Move the test results list above the test HTML to avoid test suite layout weirdness.
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index 4632442a5..300288b78 100644 --- a/test/index.html +++ b/test/index.html @@ -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> |