Move the test results list above the test HTML to avoid test suite layout weirdness.
This commit is contained in:
parent
298bfb79e6
commit
1c7d3155f0
|
@ -30,6 +30,7 @@
|
||||||
<h2 id="qunit-banner"></h2>
|
<h2 id="qunit-banner"></h2>
|
||||||
<div id="qunit-testrunner-toolbar"></div>
|
<div id="qunit-testrunner-toolbar"></div>
|
||||||
<h2 id="qunit-userAgent"></h2>
|
<h2 id="qunit-userAgent"></h2>
|
||||||
|
<ol id="qunit-tests"></ol>
|
||||||
|
|
||||||
<!-- Test HTML -->
|
<!-- Test HTML -->
|
||||||
<div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
|
<div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
|
||||||
|
@ -226,7 +227,5 @@ Z</textarea>
|
||||||
|
|
||||||
<div id="fx-tests"></div>
|
<div id="fx-tests"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ol id="qunit-tests"></ol>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue