aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-12-18 19:47:53 -0500
committerjeresig <jeresig@gmail.com>2009-12-18 19:47:53 -0500
commit1c7d3155f0afbd331b09ebd2fc3081d3a9834994 (patch)
tree7eec7450abc9f37db8c4f1f88a988361ae2e4afb /test
parent298bfb79e6acfe2c0e3b1845a05291af82910ace (diff)
downloadjquery-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.html3
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>