Move the test results list above the test HTML to avoid test suite layout weirdness.

This commit is contained in:
jeresig 2009-12-18 19:47:53 -05:00
parent 298bfb79e6
commit 1c7d3155f0

View 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>