git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298bfb7
)
Move the test results list above the test HTML to avoid test suite layout weirdness.
author
jeresig
<jeresig@gmail.com>
Sat, 19 Dec 2009 00:47:53 +0000
(19:47 -0500)
committer
jeresig
<jeresig@gmail.com>
Sat, 19 Dec 2009 00:47:53 +0000
(19:47 -0500)
test/index.html
patch
|
blob
|
history
diff --git
a/test/index.html
b/test/index.html
index
4632442
..
300288b
100644
(file)
--- 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>